项目作者: andrewmcodes

项目描述 :
bundler-leak GitHub action
高级语言: Dockerfile
项目地址: git://github.com/andrewmcodes/bundler-leak-action.git
创建时间: 2020-09-18T01:15:42Z
项目社区:https://github.com/andrewmcodes/bundler-leak-action

开源协议:MIT License

下载


Bundler Leak Action

Version Number
Linters

This GitHub Action runs bundler-leak on your project.

Usage

  1. name: Bundler Leak
  2. on: [push]
  3. jobs:
  4. leak:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. - name: "Bundler Leak"
  9. uses: andrewmcodes/bundler-leak-action@main
  10. env:
  11. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Community

Changelog

View our Changelog

Contributing

Contributing Guide

Code of Conduct

Code of Conduct

License

MIT