Skip to content

Upgrade versions of externally-used GitHub actions across project workflows #24

Upgrade versions of externally-used GitHub actions across project workflows

Upgrade versions of externally-used GitHub actions across project workflows #24

Workflow file for this run

name: CI - tests
on:
pull_request:
branches: [master]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Run tests
run: pnpm run test --type-check