Skip to content

Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1 #548

Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1

Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1 #548

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn run lint --no-fix --max-warnings 0 --format stylish
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: build
run: yarn build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: test
run: yarn test
- name: report coverage
run: yarn coverage