Skip to content

Fix dead docs links (#80) #253

Fix dead docs links (#80)

Fix dead docs links (#80) #253

Workflow file for this run

name: Action Format Checking
on:
pull_request:
push:
branches:
- main
jobs:
format-actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Prettier
shell: bash
run: npm install prettier -g
- name: Run format checker
shell: bash
run: make test/fmt