Update main.yml

This commit is contained in:
DanielNoord
2021-01-26 23:43:08 +01:00
committed by GitHub
parent 6dd4022a80
commit b4cb0fee52

View File

@@ -9,6 +9,6 @@ jobs:
with:
node-version: '12'
- name: Install modules
run: yarn
run: yarn install
- name: Lint
run: eslint .