Skip to content

workflows: transition from node 16 to node 20 #157

workflows: transition from node 16 to node 20

workflows: transition from node 16 to node 20 #157

Workflow file for this run

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