Skip to content

build(deps-dev): bump parcel from 2.9.3 to 2.10.1 #15

build(deps-dev): bump parcel from 2.9.3 to 2.10.1

build(deps-dev): bump parcel from 2.9.3 to 2.10.1 #15

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: "20.x"
- run: yarn --frozen-lockfile
- run: yarn package
- run: yarn lint