Skip to content

setup ci

setup ci #1

Workflow file for this run

name: Pull Request Open
on: pull_request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/Testing.yml
secrets: inherit