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/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}