We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcedd30 commit 746ace2Copy full SHA for 746ace2
.github/workflows/main.yml
@@ -0,0 +1,22 @@
1
+name: main
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
+jobs:
10
+ self-test-happy-path:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ repository: PeterJCLaw/dummy-comp
16
+ ref: 811452ba69bfa839fc6e80b40e8d6d3ceae8067d
17
18
19
20
+ path: srcomp-validate-action
21
22
+ - uses: ./srcomp-validate-action
0 commit comments