Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Updating README to include sunsetting note #218

Updating README to include sunsetting note

Updating README to include sunsetting note #218

Workflow file for this run

# PR Checks File for checking PR commits meet our requirements.
name: PR Checks
on:
pull_request:
branches:
- master
- develop
jobs:
pr-checks:
name: Core CI Checks - Workflow Call
uses: ./.github/workflows/core-ci-checks.yml
secrets: inherit