Skip to content

andrewmcodes/bundler-leak-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Bundler Leak Action

Version Number Linters

This GitHub Action runs bundler-leak on your project.

Usage

name: Bundler Leak

on: [push]

jobs:
  leak:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: "Bundler Leak"
        uses: andrewmcodes/bundler-leak-action@main
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Community

Changelog

View our Changelog

Contributing

Contributing Guide

Code of Conduct

Code of Conduct

License

MIT