mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Merge pull request #142 from thijsvanloef/update-auto-shellcheck
replace shellcheck
This commit is contained in:
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
@@ -7,10 +7,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run Shellcheck
|
- name: Run ShellCheck
|
||||||
uses: azohra/shell-linter@latest
|
uses: ludeeus/action-shellcheck@master
|
||||||
with:
|
|
||||||
severity: "error"
|
|
||||||
dockerlint:
|
dockerlint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user