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