Skip to content

Do not publish tarballs in CI for tags #1584

Do not publish tarballs in CI for tags

Do not publish tarballs in CI for tags #1584

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