Skip to content

Commit fba9bdc

Browse files
author
noor240521
committed
Added GitHub Action
1 parent c0b9a3f commit fba9bdc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.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+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- run: echo "Workflow running!"

0 commit comments

Comments
 (0)