Skip to content

Fix skip-ci check

Fix skip-ci check #16

Workflow file for this run

name: Pull request checks
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
target_sha: ${{ github.event.pull_request.head.sha }}