Skip to content

Bugfix for short IDs that match on two lines #21

Bugfix for short IDs that match on two lines

Bugfix for short IDs that match on two lines #21

Workflow file for this run

name: ShellCheck
on:
push:
pull_request:
branches:
- master
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck for shell scripts
uses: ludeeus/action-shellcheck@master
with:
severity: style
scandir: .
format: gcc
version: stable