Skip to content

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #1710

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #1710

Workflow file for this run

name: Linter
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
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