Skip to content

Add PiShock Service #1864

Add PiShock Service

Add PiShock Service #1864

Workflow file for this run

name: Linter
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "18"
- name: Install system dependencies
run: sudo apt update && sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
- name: Install nodejs dependencies
run: npm i
- name: Run ESLint
run: npm run lint