Skip to content

codefixguy

Actions
Automate code quality fixes for Python, JS, TS, Java, and Go
v1.0.6
Latest
Star (3)

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 }}

codefixguy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automate code quality fixes for Python, JS, TS, Java, and Go
v1.0.6
Latest

codefixguy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.