Skip to content

Bump ws from 8.17.0 to 8.17.1 (#53) #261

Bump ws from 8.17.0 to 8.17.1 (#53)

Bump ws from 8.17.0 to 8.17.1 (#53) #261

Workflow file for this run

name: Lint code
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Build additional files
run: npm run build
- name: Run ESLint
run: npm run lint