Skip to content

chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 #1057

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

chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 #1057

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run build
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run lint