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 1117472 commit 0a10075Copy full SHA for 0a10075
.github/workflows/ci.yaml
@@ -0,0 +1,9 @@
1
+on:
2
+ pull_request:
3
+ branches:
4
+ - main
5
+jobs:
6
+ ci:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - run: echo "pass"
0 commit comments