chore: linting (#7)

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>

Co-authored-by: malbert69 <m_albert@hotmail.com>
Co-authored-by: Ion Caza <contact@johncaza.com>
This commit is contained in:
Jef LeCompte
2020-09-17 22:13:51 -04:00
committed by GitHub
parent 907e4842ae
commit 24de6af038
4 changed files with 77 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: cd
on:
push:
branches:
- master
- main
jobs:
cd:
runs-on: ubuntu-latest
+5 -2
View File
@@ -1,11 +1,14 @@
name: ci
on: push
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x]
name: Lint
steps:
- uses: actions/checkout@master