Skip to content

Merge pull request #77 from rgolangh/ci-fixes #1

Merge pull request #77 from rgolangh/ci-fixes

Merge pull request #77 from rgolangh/ci-fixes #1

Workflow file for this run

name: Various file checks

Check failure on line 1 in .github/workflows/checks.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/checks.yaml

Invalid workflow file

`shellcheck` is not a valid event name
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- '**/*.sh'
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Shellcheck
run: sudo apt install shellcheck
- name: Check configure scripts
run: |
shellcheck **/*.sh