Skip to content

Merge pull request #28 from ritesh404/dependabot/npm_and_yarn/braces-… #66

Merge pull request #28 from ritesh404/dependabot/npm_and_yarn/braces-…

Merge pull request #28 from ritesh404/dependabot/npm_and_yarn/braces-… #66

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: 'node:12-alpine'
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test