Skip to content

chore(deps-dev): Bump ws from 8.16.0 to 8.17.1 #102

chore(deps-dev): Bump ws from 8.16.0 to 8.17.1

chore(deps-dev): Bump ws from 8.16.0 to 8.17.1 #102

Workflow file for this run

name: Continuous Integration
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint CSS
run: npm run lint:css
- name: Lint JS
run: npm run lint:js
- name: Lint data
run: npm run lint:data
- name: Lint format
run: npm run lint:format