Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.13.1 #187

chore(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.13.1

chore(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.13.1 #187

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test