Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 (#324) #611

Bump actions/checkout from 4.1.4 to 4.1.6 (#324)

Bump actions/checkout from 4.1.4 to 4.1.6 (#324) #611

Workflow file for this run

name: 'Shellcheck'
on:
push:
branch:
- master
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash