Skip to content

Commit

Permalink
Add pr-gated.yml (#381)
Browse files Browse the repository at this point in the history
* initial commit

* fixing package lock

* npm audit
  • Loading branch information
JordanBoltonMN authored Mar 27, 2024
1 parent cfc58c2 commit d8d9d54
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 36 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr-gated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Gated pull request
on:
workflow_dispatch:
pull_request:
branches: [master]
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: setup node
uses: actions/[email protected]
with:
node-version: "18.17"
- run: node -v
- run: npm ci
- run: npm audit
- run: npm run build
- run: npm run test
Loading

0 comments on commit d8d9d54

Please sign in to comment.