Skip to content

Workflow file for this run

name: MacOS Build
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew install rust
- run: brew install node
- run: node --version
- run: cd webapp && make
- run: make