Skip to content

Bump actions/checkout from 4.1.1 to 4.1.4 in the ci-dependencies grou… #5

Bump actions/checkout from 4.1.1 to 4.1.4 in the ci-dependencies grou…

Bump actions/checkout from 4.1.1 to 4.1.4 in the ci-dependencies grou… #5

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
jobs:
shellcheck:
name: "Shellcheck"
runs-on: ubuntu-latest
steps:
- name: "Checkout repo"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: "Run ShellCheck"
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
env:
SHELLCHECK_OPTS: --shell=bash -e SC1090 -e SC1091