Skip to content

build(deps): bump the production-dependencies group with 2 updates #355

build(deps): bump the production-dependencies group with 2 updates

build(deps): bump the production-dependencies group with 2 updates #355

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3.8.1
with:
cache: yarn
- run: yarn
- run: yarn run lint-ci