chore: rename CI workflow file path
Some checks failed
Bash Scripts CI/CD / lint (pull_request) Failing after 22s
Some checks failed
Bash Scripts CI/CD / lint (pull_request) Failing after 22s
This commit is contained in:
parent
36516ca001
commit
7abda2fcd4
1 changed files with 0 additions and 0 deletions
|
@ -1,22 +0,0 @@
|
|||
name: Bash Scripts CI/CD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
workflow_dispatch:
|
||||
# Allows manual triggering
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install shellcheck
|
||||
run: sudo apt-get install -y shellcheck
|
||||
|
||||
- name: Lint bash scripts
|
||||
run: |
|
||||
find . -type f -name "*.sh" -exec shellcheck {} \;
|
Loading…
Add table
Add a link
Reference in a new issue