Skip to content

Compatibility for Better Victory Screen #90

Compatibility for Better Victory Screen

Compatibility for Better Victory Screen #90

Workflow file for this run

name: Test
on:
pull_request_target:
branches:
- master
permissions:
contents: read
jobs:
test-pull-request:
name: PR
uses: pyanodon/pyanodontests/.github/workflows/pytest.yml@v1
with:
repository: ${{ github.repository }}
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit