Skip to content

Improve Testing Infrastructure and Documentation #4

Improve Testing Infrastructure and Documentation

Improve Testing Infrastructure and Documentation #4

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck **/*.sh