Skip to content

Bump actions/checkout from 3 to 4 #60

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #60

Workflow file for this run

name: "CI - Bash"
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
name: "Shellcheck"
runs-on: ubuntu-latest
steps:
- name: "Checkout repo"
uses: actions/checkout@v4
- name: "Run ShellCheck"
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2028