Skip to content

chore: standardize CODEOWNERS and CI/CD governance (#1) #2

chore: standardize CODEOWNERS and CI/CD governance (#1)

chore: standardize CODEOWNERS and CI/CD governance (#1) #2

Workflow file for this run

on:
push:
branches:
- 'master'
pull_request:
branches:
- '**'
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test