Skip to content

Commit

Permalink
Merge pull request #3 from scientist-softserv/test-bundler-audit
Browse files Browse the repository at this point in the history
Test bundler audit
  • Loading branch information
aprilrieger authored Oct 13, 2023
2 parents 0cb2faf + fe10d34 commit b9948f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bundler-audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Build Test Lint'
run-name: Build Test Lint of ${{ github.ref_name }} by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false

jobs:
bundler-audit:
uses: scientist-softserv/actions/.github/workflows/lint.yaml@test-bundler-audit
with:
webTarget: web

0 comments on commit b9948f2

Please sign in to comment.