Skip to content

Commit 645e4e2

Browse files
committed
Add testing workflow
1 parent 5174ea2 commit 645e4e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Testing and Checks
2+
3+
on: push
4+
5+
jobs:
6+
tests:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: |
10+
echo "Tests passed"

0 commit comments

Comments
 (0)