Skip to content

Commit b5f5807

Browse files
committed
Test github actions [DEPLOYMENT]
1 parent 31ce334 commit b5f5807

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ on:
2323
default: 'false'
2424

2525
jobs:
26+
linux:
27+
name: Hello, world!
28+
runs-on: ubuntu-24.04
29+
steps:
30+
- name: Just for fun
31+
run: echo "Just for fun"
32+
2633
linux:
2734
name: Linux (and Windows) build
2835
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)