Skip to content

fix: fix tar node module #88

fix: fix tar node module

fix: fix tar node module #88

Workflow file for this run

name: Test
on:
push:
branches:
master
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup and install deps
uses: ./.github/actions/setup
- name: Test
run: make test
- name: Build
run: make build-all