This commit is contained in:
Nemo 2021-06-10 00:35:53 +05:30
parent c9d721953e
commit b8a2725bff
1 changed files with 10 additions and 0 deletions

10
.github/workflows/action.yml vendored Normal file
View File

@ -0,0 +1,10 @@
on: push
name: Main Workflow
jobs:
runNpmStuff:
name: Run NPM Stuff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run NPM tests
uses: anna-money/github-actions-npm@v2