Add github actions shellcheck

This commit is contained in:
Amin Vakil 2022-01-10 17:31:50 +03:30 committed by Peter Ajamian
parent d3d4896e39
commit 3c32595b23
1 changed files with 22 additions and 0 deletions

22
.github/workflows/shellcheck.yml vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: shellcheck
'on':
push:
pull_request:
schedule:
- cron: '0 1 * * *'
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Shellcheck!
run: |
shellcheck migrate2rocky/migrate2rocky.sh
shellcheck mirror/mirrorsync.sh