This commit is contained in:
parent
972178ad1c
commit
f393941a37
1 changed files with 3 additions and 2 deletions
|
|
@ -9,9 +9,10 @@ on:
|
|||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install ShellCheck
|
||||
run: sudo apt-get update && sudo apt-get install -y shellcheck
|
||||
run: apt-get update && apt-get install -y shellcheck
|
||||
- name: Run ShellCheck
|
||||
run: shellcheck systab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue