Fix workflow with linter suggestions (#517)

This commit is contained in:
Vince Grassia 2021-10-13 10:18:02 -04:00 committed by GitHub
parent 56233e4002
commit 28936a113f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
---
name: Build
on: push
jobs:
cloc:
runs-on: ubuntu-latest
name: CLOC
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
@ -19,12 +21,12 @@ jobs:
run: cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
build:
name: Build jslib
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-2019, macos-10.15, ubuntu-20.04]
steps:
- name: Set up Node