Skip to content

fix(deps): bump cross-fetch from 3.1.8 to 4.0.0 (#76) #183

fix(deps): bump cross-fetch from 3.1.8 to 4.0.0 (#76)

fix(deps): bump cross-fetch from 3.1.8 to 4.0.0 (#76) #183

Workflow file for this run

name: format-check
on:
push:
branches:
- main
pull_request:
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn format:check