Skip to content

chore(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 #625

chore(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0

chore(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 #625

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run build
lint:
name: Check linting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run lint