Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0 #2240

chore(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0

chore(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0 #2240

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Lint and test
run: |
yarn install --frozen-lockfile
yarn prepublishOnly
yarn lint
yarn prettier --check '**/*'
yarn test