Skip to content

Add access controls #41

Add access controls

Add access controls #41

Workflow file for this run

name: "make"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
fmt-check:
name: "fmt-check"
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-node@v4"
- run: "make fmt-check"