Skip to content

IzumaBOT PR checker #30

IzumaBOT PR checker

IzumaBOT PR checker #30

Workflow file for this run

name: Shellcheck
run-name: ${{ github.actor }} PR checker
on:
push:
paths:
- '**.sh'
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: perts-'${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
run-shellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: shellcheck --version
- run: shellcheck scripts/*.sh