Skip to content

Install build-time deps #2

Install build-time deps

Install build-time deps #2

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
- run: brew install bats-core
- run: brew install shellcheck
- name: Run checks
run: make all