Skip to content

Bump actions/checkout from 5.0.0 to 6.0.1 #342

Bump actions/checkout from 5.0.0 to 6.0.1

Bump actions/checkout from 5.0.0 to 6.0.1 #342

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 16
- name: Install Prettier
shell: bash
run: npm install prettier -g
- name: Run format checker
shell: bash
run: make test/fmt