Skip to content

Fix m2k e2e

Fix m2k e2e #26

Workflow file for this run

name: Various file checks
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- '**/*.sh'
jobs:
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