Skip to content

Bump github/codeql-action from 2 to 3 #28

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #28

Workflow file for this run

name: Scripts linter
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091