Skip to content

Chore(deps): Bump @stylistic/eslint-plugin-ts from 3.0.0 to 3.0.1 #784

Chore(deps): Bump @stylistic/eslint-plugin-ts from 3.0.0 to 3.0.1

Chore(deps): Bump @stylistic/eslint-plugin-ts from 3.0.0 to 3.0.1 #784

Workflow file for this run

name: CI
on: pull_request
jobs:
check:
name: Automated checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup environment
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --immutable
- name: Lint files
run: yarn lint
- name: Run tests
run: yarn test:ci
- name: Run build
run: yarn build