Skip to content

chore(deps): update actions/setup-node action to v4 #93

chore(deps): update actions/setup-node action to v4

chore(deps): update actions/setup-node action to v4 #93

Workflow file for this run

name: pr
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup-python
- name: Build & Test
run: ./ci/build-test.sh