Skip to content

chore(deps-dev): bump start-server-and-test from 2.0.0 to 2.0.1 #11

chore(deps-dev): bump start-server-and-test from 2.0.0 to 2.0.1

chore(deps-dev): bump start-server-and-test from 2.0.0 to 2.0.1 #11

Workflow file for this run

name: PR checks
on:
pull_request:
branches:
- main
types: [opened, synchronize, edited]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Run tests
run: npm test
- name: Build
run: npm run build