author | Nemo <commits@captnemo.in> | 2021-06-10 0:40:14.0 +05:30:00 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 19:10:14.0 +00:00:00 |
commit | 9d30f09aac419a15bddf4456b4c093766c882086 [patch] |
|
tree | e9b0ee2e73ee4e935660ceb93c260c6fd7a00cac |
|
parent | c9d721953e7e06e51fb512892580c11ab8dfcd24 |
|
download | 9d30f09aac419a15bddf4456b4c093766c882086.tar.gz |
Run tests on GitHub Actions
Diff
.github/workflows/action.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..8779e4d 100644 --- /dev/null +++ a/.github/workflows/action.yml @@ -1,0 +1,13 @@ on: push name: Main Workflow jobs: runNpmStuff: name: Run NPM Stuff runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v2 with: node-version: '16' - run: npm install - run: npm test