Skip to content

Bump actions/checkout from 3 to 4 (#50) #52

Bump actions/checkout from 3 to 4 (#50)

Bump actions/checkout from 3 to 4 (#50) #52

Workflow file for this run

name: format
on: push
jobs:
fmt:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn check-fmt