scripts/.forgejo/workflows/ci.yml
Jan Klattenhoff 29e77c8a4c
Some checks failed
Bash Scripts CI/CD / lint (pull_request) Failing after 7s
ci: update ShellCheck action and checkout version
2025-04-07 19:32:57 +02:00

18 lines
332 B
YAML

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@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master