Skip to content

⬆️ Bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 (#862) #2356

⬆️ Bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 (#862)

⬆️ Bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 (#862) #2356

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install dependencies πŸ“¦
run: yarn
- name: Lint 🎨
run: yarn run lint
- name: Type check 🏷
run: yarn run typecheck
- name: Tests βœ…
run: yarn run test
- name: Upload coverage πŸ“ˆ
run: yarn run coverage:upload