Skip to content

Update dependency lint-staged to v15 #2116

Update dependency lint-staged to v15

Update dependency lint-staged to v15 #2116

Workflow file for this run

name: cypress-typescript-webpack-chai-assert
'on':
push: null
schedule:
- cron: 0 3 2-31/2 * *
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: node
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: 'npm:install'
run: npm install
env:
CI: true
- name: lint
run: npm run lint --if-present
- name: build
run: npm run build --if-present
- name: test
run: npm run test -- --headless