We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fba23 commit 2018536Copy full SHA for 2018536
.github/workflows/build.yml
@@ -0,0 +1,9 @@
1
+name: build
2
+on: push
3
+
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v5
9
+ - run: pwd
0 commit comments