Skip to content

ignore ShellCheck warning #23

ignore ShellCheck warning

ignore ShellCheck warning #23

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'
additional_files: 'bash-n-client'