Skip to content

chore(deps): bump bandersnatch from 1.12.15 to 2.0.0 in /tests/smoke/esm #404

chore(deps): bump bandersnatch from 1.12.15 to 2.0.0 in /tests/smoke/esm

chore(deps): bump bandersnatch from 1.12.15 to 2.0.0 in /tests/smoke/esm #404

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@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn format:check