Skip to content

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory #143

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory #143

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run linters
run: npm run lint