We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff5c45 commit 40171bfCopy full SHA for 40171bf
.github/workflows/build.yml
@@ -0,0 +1,10 @@
1
+name: Build
2
+on: push
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Checkout code
8
+ uses: actions/checkout@v3
9
+ - name: Echo
10
+ run: echo "code downloaded!"
0 commit comments