mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 14:18:58 +08:00
chore: bump superlinter action from v5 to v6 (#2325)
This commit is contained in:
parent
7beff3fd5a
commit
0428f44113
5
.github/workflows/style.yml
vendored
5
.github/workflows/style.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup NodeJS
|
- name: Setup NodeJS
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@ -60,11 +62,10 @@ jobs:
|
|||||||
yarn run lint
|
yarn run lint
|
||||||
|
|
||||||
- name: Super-linter
|
- name: Super-linter
|
||||||
uses: super-linter/super-linter/slim@v5
|
uses: super-linter/super-linter/slim@v6
|
||||||
env:
|
env:
|
||||||
BASH_SEVERITY: warning
|
BASH_SEVERITY: warning
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
ERROR_ON_MISSING_EXEC_BIT: true
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
IGNORE_GENERATED_FILES: true
|
IGNORE_GENERATED_FILES: true
|
||||||
IGNORE_GITIGNORED_FILES: true
|
IGNORE_GITIGNORED_FILES: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user