Skip to content

Move checkout statement #15

Move checkout statement

Move checkout statement #15

Workflow file for this run

name: Test src
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- uses: ./.github/actions/test