Skip to content

Quick fix to make this work with ESM in Gnome 45 #1

Quick fix to make this work with ESM in Gnome 45

Quick fix to make this work with ESM in Gnome 45 #1

Workflow file for this run

name: Code Checks
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- run: npm install
- run: npm test