Skip to content

Merge pull request #70 from LeakIX/dependabot/github_actions/actions/… #20

Merge pull request #70 from LeakIX/dependabot/github_actions/actions/…

Merge pull request #70 from LeakIX/dependabot/github_actions/actions/… #20

Workflow file for this run

name: Shellcheck
on: push
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: make lint-shell