Skip to content

Fix m2k-func extentions #12

Fix m2k-func extentions

Fix m2k-func extentions #12

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