Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.59.1 #916

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.59.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.59.1 #916

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: build
run: |
npm install
- name: lint
run: |
npm run lint