Skip to content

chore(deps-dev): bump eslint from 8.48.0 to 8.50.0 #186

chore(deps-dev): bump eslint from 8.48.0 to 8.50.0

chore(deps-dev): bump eslint from 8.48.0 to 8.50.0 #186

Workflow file for this run

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