Skip to content

ci: Temp fix nodecg job testing midi on 20.04 #1678

ci: Temp fix nodecg job testing midi on 20.04

ci: Temp fix nodecg job testing midi on 20.04 #1678

Workflow file for this run

name: Linter
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.1
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