Skip to content

Merge pull request #12 from nentgroup/dependabot/npm_and_yarn/json5-2… #62

Merge pull request #12 from nentgroup/dependabot/npm_and_yarn/json5-2…

Merge pull request #12 from nentgroup/dependabot/npm_and_yarn/json5-2… #62

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