Commit 4cb5e6c5 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update check.yml

parent d7498363
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
on: [workflow_call]
name: "Shellcheck"
name: "shellcheck"
permissions: {}

jobs:
  shellcheck:
    name: Shellcheck
    name: shellcheck
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3