浏览代码

chore: bump superlinter action from v5 to v6 (#2325)

tags/0.5.8
Bowen Liang 1年前
父节点
当前提交
0428f44113
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      .github/workflows/style.yml

+ 3
- 2
.github/workflows/style.yml 查看文件

@@ -41,6 +41,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup NodeJS
uses: actions/setup-node@v4
@@ -60,11 +62,10 @@ jobs:
yarn run lint

- name: Super-linter
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
env:
BASH_SEVERITY: warning
DEFAULT_BRANCH: main
ERROR_ON_MISSING_EXEC_BIT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GENERATED_FILES: true
IGNORE_GITIGNORED_FILES: true

正在加载...
取消
保存