Skip to content

Commit

Permalink
Add a self-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed May 4, 2024
1 parent fcedd30 commit 746ace2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
with:
path: srcomp-validate-action

- uses: ./srcomp-validate-action

0 comments on commit 746ace2

Please sign in to comment.