Skip to content

This is the dir I get builds in. Am I missing something? #103

This is the dir I get builds in. Am I missing something?

This is the dir I get builds in. Am I missing something? #103

Workflow file for this run

---
name: Bundler Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Bundler Audit'
uses: andrewmcodes/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}