Skip to content

Commit 0fbb67d

Browse files
committed
chore(github):git action added
1 parent 071d0ae commit 0fbb67d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Meow Package publishing action
2+
3+
on: [push]
4+
jobs:
5+
test:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Testing package initialized.."
9+
- name: Testing package
10+
run: |
11+
twine check dist/*

0 commit comments

Comments
 (0)