Skip to content

chore(ci): use eslint with unstable_ts_config flag (#176) #692

chore(ci): use eslint with unstable_ts_config flag (#176)

chore(ci): use eslint with unstable_ts_config flag (#176) #692

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Run tests
run: pnpm run test --coverage