mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-12 16:31:25 +00:00
Add github actions shellcheck
This commit is contained in:
parent
d3d4896e39
commit
3c32595b23
22
.github/workflows/shellcheck.yml
vendored
Normal file
22
.github/workflows/shellcheck.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user