Automated code quality fixes for Python, JavaScript, TypeScript, Java, and Go.
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/fixguy@v1.0.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}