Skip to content

Bump actions/checkout from 3 to 4 #42

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #42

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- "**"
# This concurrency group exists with cancel-in-progress: true so that only the latest run of the workflow is executed (as its all that should matter).
concurrency:
group: pr-build-and-test-${{ github.ref }}
cancel-in-progress: true
jobs:
Run_Tests:
uses: ./.github/workflows/run_tests.yml
Pre_Commit:
uses: ./.github/workflows/pre_commit.yml