Skip to content

Workflow file for this run

name: 'Pull PR based off master'
on:
pull_request:
branches: [ master ]
jobs:
pull:
runs-on: self-hosted
uses: ubuntu-latest

Check failure on line 10 in .github/workflows/pull.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull.yml

Invalid workflow file

invalid value workflow reference: no version specified
steps:
- name: Pull Branch
uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: 'true'
submodules: 'recursive'