Skip to content

Commit a08422f

Browse files
authored
Merge pull request #1 from LambdaTest/stage
add CI workflow
2 parents a69c5d2 + db52218 commit a08422f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Quality Checks
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
7+
jobs:
8+
Find GitSHA:
9+
name: find Git Sha
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Print commit ID
13+
run: echo "Commit ID: $GITHUB_SHA"

0 commit comments

Comments
 (0)