Skip to content

chore(deps-dev): bump eslint from 8.43.0 to 8.46.0 #1563

chore(deps-dev): bump eslint from 8.43.0 to 8.46.0

chore(deps-dev): bump eslint from 8.43.0 to 8.46.0 #1563

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
publish:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn tsc
- run: yarn build:only