Skip to content

[EASI-3208] Rename package #40

[EASI-3208] Rename package

[EASI-3208] Rename package #40

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