Skip to content

feat: volume change event support #16

feat: volume change event support

feat: volume change event support #16

Workflow file for this run

name: Check ESLint
on:
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: npm install
- name: 🤓 Run ESLint
run: npm run lint