Skip to content

Commit

Permalink
Merge pull request #52 from microsoft/tyriar/ci
Browse files Browse the repository at this point in the history
Get tests and lint running in CI
  • Loading branch information
Tyriar authored Nov 9, 2022
2 parents 561c7e2 + bf5cb33 commit 2318db2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Node.js CI
on: push

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]

jobs:
windows:
runs-on: ${{ matrix.os }}
Expand All @@ -10,4 +17,4 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn test
- run: yarn lint
- run: yarn lint

0 comments on commit 2318db2

Please sign in to comment.