Skip to content

Merge branch 'main' of github.com:azhuchkov/tunblkctl #5

Merge branch 'main' of github.com:azhuchkov/tunblkctl

Merge branch 'main' of github.com:azhuchkov/tunblkctl #5

Workflow file for this run

name: Verify
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: brew install bats-core
- run: brew install shellcheck
- name: Run checks
run: make all