We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fd2a1 commit af87c97Copy full SHA for af87c97
.github/workflows/ci-workflow.yaml
@@ -0,0 +1,9 @@
1
+---
2
+name: CI
3
+on: [push, pull_request, workflow_dispatch]
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v1
9
+ - uses: ./.github/actions/ci-action
0 commit comments