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 3a7ff60 commit 8f237f6Copy full SHA for 8f237f6
.github/workflows/build.yml
@@ -0,0 +1,11 @@
1
+name: Build workflow
2
+on:
3
+ pull_request:
4
+ branches:
5
+ - main
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Test
11
+ run: echo "Amigoscode"
0 commit comments