Skip to content

[Snyk] Security upgrade eslint-plugin-jest from 25.0.1 to 25.0.4 #1474

[Snyk] Security upgrade eslint-plugin-jest from 25.0.1 to 25.0.4

[Snyk] Security upgrade eslint-plugin-jest from 25.0.1 to 25.0.4 #1474

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '10.x'
- name: Install dependencies
run: npm ci
- name: Check code style
run: npm run check
- name: Build
run: npm run compile
- name: Test
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}