sagag
This commit is contained in:
parent
419a010058
commit
4eb42b79f7
2
.github/workflows/bash.yml
vendored
2
.github/workflows/bash.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Output changed files hopefully
|
||||
run: git diff-tree --no-commit-id --name-only -r ${{ github.sha }} ; exit 1
|
||||
- name: Installing dependencies..
|
||||
run: if ! apt list --installed 2>/dev/null | grep -q ".*shellcheck.*"; then apt install -y shellcheck; fi
|
||||
- name: Linting..
|
||||
|
Loading…
Reference in New Issue
Block a user