Skip to content

notarise DMG

notarise DMG #39

Workflow file for this run

name: eslint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ESLint
run: npm install eslint
- name: Run ESLint
run: npx eslint app tests/*.mjs