Skip to content

Bump the npm_and_yarn at /. security update group with 4 updates #305

Bump the npm_and_yarn at /. security update group with 4 updates

Bump the npm_and_yarn at /. security update group with 4 updates #305

Workflow file for this run

name: "PR checks"
on:
pull_request:
jobs:
test_lint_and_build:
name: "Lint sources and check build artifacts"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12.x"
- run: npm ci && npm run lint && npm run format-check
- run: npm run build && npm run pack && git diff --exit-code