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 da89b9b commit 9794c25Copy full SHA for 9794c25
.github/workflows/main.yml
@@ -0,0 +1,11 @@
1
+name: Simple Build
2
+
3
+on: [push]
4
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - name: Say Hello
11
+ run: echo "Hello from GitHub Actions!"
0 commit comments