Skip to content

Commit 8f237f6

Browse files
build workflow
1 parent 3a7ff60 commit 8f237f6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)