Skip to content

fix: year replacement templating in the Apache 2.0 license (#15) #28

fix: year replacement templating in the Apache 2.0 license (#15)

fix: year replacement templating in the Apache 2.0 license (#15) #28

Workflow file for this run

name: Test & Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn lint
- run: yarn build --noEmit
- name: Test & publish coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: f5b89100ce6394ed488100c1ce9083195c4510accd771d70ad0ffbac0332fd38