https://github.com/andrewmcodes/bundler-leak-action
bundler-leak GitHub action
https://github.com/andrewmcodes/bundler-leak-action
action bundler bundler-leak leak memory rails ruby
Last synced: 2 months ago
JSON representation
bundler-leak GitHub action
- Host: GitHub
- URL: https://github.com/andrewmcodes/bundler-leak-action
- Owner: andrewmcodes
- License: mit
- Created: 2020-09-18T01:15:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-18T02:07:36.000Z (almost 6 years ago)
- Last Synced: 2026-05-03T17:07:46.815Z (2 months ago)
- Topics: action, bundler, bundler-leak, leak, memory, rails, ruby
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[changelog]: /CHANGELOG.md
[coc]: /CODE_OF_CONDUCT.md
[contributing]: /CONTRIBUTING.md
[license]: /LICENSE.md
# Bundler Leak Action


This GitHub Action runs [bundler-leak](https://github.com/rubymem/bundler-leak) on your project.
## Usage
```yml
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][changelog]
### Contributing
[Contributing Guide][contributing]
### Code of Conduct
[Code of Conduct][coc]
### License
[MIT][license]