Skip to content

Fix volume setter using Object.getOwnPropertyDescriptor set #31 #20

Fix volume setter using Object.getOwnPropertyDescriptor set #31

Fix volume setter using Object.getOwnPropertyDescriptor set #31 #20

Workflow file for this run

name: Run lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Lint source code with ESLint
run: npm run lint