Skip to content

Bump braces and webpack #225

Bump braces and webpack

Bump braces and webpack #225

Workflow file for this run

name: PR gate workflow
on:
pull_request:
branches:
- master
jobs:
pr-gate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run type-check
- run: npm test
- run: npm run build