Skip to content

CyberSage5/FixGuy

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

FixGuy

License: AGPL v3 Build Status GitHub release

Automated code quality fixes for Python, JavaScript, TypeScript, Java, and Go.

Usage

Add this to your .github/workflows/fixguy.yml:

name: Run FixGuy
on:
  schedule:
    - cron: "0 0 * * 0"  # Weekly on Sunday
  workflow_dispatch:
jobs:
  fixguy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: CyberSage5/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

About

idk ... but i fix your shitty codes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages