Merge branch 'main' into feature/handle-null-purls

This commit is contained in:
Chad Bentz
2025-05-13 14:27:43 -04:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
# For our project, we generate this file through a build process from other source files.
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Check dist/
permissions:
contents: read
on:
push:
@@ -24,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@v4.4.0
with:
node-version: 16.x
+2
View File
@@ -1,4 +1,6 @@
name: "Test"
permissions:
contents: read
on:
pull_request:
workflow_dispatch: