Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 991 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 991 Bytes

Bundler Audit Action

Version Number Linters Changelog

This GitHub Action runs bundler-audit on your project.

Usage

name: Bundler Audit

on: [push]

jobs:
    audit:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v2
            - name: "Bundler Audit"
              uses: commonlit/bundler-audit-action@main

Community

Changelog

View our Changelog

Contributing

Contributing Guide

Code of Conduct

Code of Conduct

License

MIT