Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Jul 22, 2024
2 parents 5531c8e + b4676cf commit 7463733
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 79 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/snyk-security.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Build and Test

# yamllint disable-line rule:truthy
on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Use Node
uses: actions/setup-node@v3
with:
node-version: '17.x'

- name: Install NPM dependencies
run: npm install

- name: Build site
run: npm run build

# - name: Run tests
# run: npm run test

0 comments on commit 7463733

Please sign in to comment.