Skip to content

chore(deps-dev): bump the typescript_eslint group with 2 updates #278

chore(deps-dev): bump the typescript_eslint group with 2 updates

chore(deps-dev): bump the typescript_eslint group with 2 updates #278

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install deps
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test