Skip to content

Commit 46bb93a

Browse files
author
CoderDeltaLAN
committed
ci: bootstrap workflow
1 parent 8bad089 commit 46bb93a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI
2+
on:
3+
push:
4+
branches: [main]
5+
jobs:
6+
noop:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- run: echo OK

0 commit comments

Comments
 (0)