Skip to content

Bump docker/setup-qemu-action from 2 to 3 (#53) #57

Bump docker/setup-qemu-action from 2 to 3 (#53)

Bump docker/setup-qemu-action from 2 to 3 (#53) #57

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