Skip to content

Delete .github/workflows/snorkell-auto-documentation.yml (#69) #143

Delete .github/workflows/snorkell-auto-documentation.yml (#69)

Delete .github/workflows/snorkell-auto-documentation.yml (#69) #143

Workflow file for this run

name: Shell checker
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
shell-checker:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Shellcheck
run: |
shellcheck **/*.sh