Skip to content

build(deps-dev): Bump @typescript-eslint/parser from 5.60.0 to 5.61.0 #368

build(deps-dev): Bump @typescript-eslint/parser from 5.60.0 to 5.61.0

build(deps-dev): Bump @typescript-eslint/parser from 5.60.0 to 5.61.0 #368

Workflow file for this run

name: πŸ”Ž Lint
on:
workflow_dispatch:
push:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: πŸ”¨ Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: πŸ”¨ Build
run: yarn build:lib
lint:
name: πŸ”Ž Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: πŸ”Ž Lint
run: yarn lint