Skip to content

👷 Add shellcheck to CI #1

👷 Add shellcheck to CI

👷 Add shellcheck to CI #1

Workflow file for this run

---
name: shellcheck
on:
- push
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install shellcheck
run: apt-get install shellcheck -y
- name: run shellcheck
run: shellcheck gh-clean-notifications