Skip to content

chore(deps-dev): bump ws in the npm_and_yarn group across 1 directory… #39

chore(deps-dev): bump ws in the npm_and_yarn group across 1 directory…

chore(deps-dev): bump ws in the npm_and_yarn group across 1 directory… #39

Workflow file for this run

name: Continuous Integration
on: push
jobs:
check:
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
- run: npm ci
- run: npm run check
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
- run: npm ci
- run: npm run lint
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
- run: npm ci
- run: npm run test