Skip to content

Upgrade to FAI v6.2 #121

Upgrade to FAI v6.2

Upgrade to FAI v6.2 #121

Workflow file for this run

name: "ShellCheck"
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC2086 -e SC2154