Skip to content

Add my libffi fork which has a Zig build script. (#38) #99

Add my libffi fork which has a Zig build script. (#38)

Add my libffi fork which has a Zig build script. (#38) #99

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
paths:
- "**.md"
- ".github/workflows/**"
push:
branches:
- main
paths:
- "**.md"
- ".github/workflows/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Prettier check
run: |
# if you encounter error, rerun the command below and commit the changes
make toc
make lint
git diff --exit-code