Skip to content

Make shellcheck to fail on warning only #3

Make shellcheck to fail on warning only

Make shellcheck to fail on warning only #3

Workflow file for this run

name: Run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run check
run: make test