Skip to content

Add a self-test workflow #2

Add a self-test workflow

Add a self-test workflow #2

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
jobs:
self-test-happy-path:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: PeterJCLaw/dummy-comp
ref: 811452ba69bfa839fc6e80b40e8d6d3ceae8067d
- uses: actions/checkout@v3
path: srcomp-validate-action

Check failure on line 19 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 19, Col: 9): Unexpected value 'path'
- uses: ./srcomp-validate-action