Skip to content

Remove skip-ci check #17

Remove skip-ci check

Remove skip-ci check #17

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

Check failure on line 15 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "./.github/workflows/tests.yml" : You have an error in your yaml syntax on line 82
with:
target_sha: ${{ github.event.pull_request.head.sha }}