Sha256: 1ebf16e4b405c24d6ffc5eb6e75ca907a3b0f5d5186b319ea86eab7a638f7a4b

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

name: BundleAudit
on: push

jobs:
  bundle_audit:
    name: bundle_audit
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '3.3.6'
          bundler-cache: true

      - name: Bundle audit
        run: bundle exec bundle-audit check

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_objects-1.4.0 .github/workflows/bundle_audit.yml