Skip to content

fix SC1091 notes with ShellCheck #20

fix SC1091 notes with ShellCheck

fix SC1091 notes with ShellCheck #20

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: make test
- name: shellcheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'