Skip to content

Build(deps): Bump tarides/changelog-check-action from 3 to 4 #21

Build(deps): Bump tarides/changelog-check-action from 3 to 4

Build(deps): Bump tarides/changelog-check-action from 3 to 4 #21

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