Skip to content

Bump softprops/action-gh-release in the actions group #9

Bump softprops/action-gh-release in the actions group

Bump softprops/action-gh-release in the actions group #9

Workflow file for this run

name: CI Shellcheck
on:
push:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Shellcheck
# not needed in gh actions, but when running locally via act
run: sudo apt update && sudo apt install shellcheck
- name: Run shellcheck of *.sh
run: shellcheck *.sh