Skip to content

Merge pull request #17 from nentgroup/dependabot/npm_and_yarn/word-wr… #59

Merge pull request #17 from nentgroup/dependabot/npm_and_yarn/word-wr…

Merge pull request #17 from nentgroup/dependabot/npm_and_yarn/word-wr… #59

Workflow file for this run

name: 'ci'
on:
push:
branches-ignore:
- 'mob/**'
- 'mob-session'
pull_request_target:
branches:
- 'main'
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- run: |
npm ci
npm test