Hello! This is my project for GitHub + DEV 2023 Hackathon. I created an action that formats the code in Python and JavaScript and automatically pushes the corrected code to the repository.
Required The GitHub Token with repo:scope
.
Not required Flag to format python code.
Not required Flag to format javascript code.
Not required Path to the project folder.
- name: Run the action
uses: mezgoodle/format-repo@v1.0.0
with:
python: true
javascript: true
gitHubToken: ${{ secrets.TOKEN }}
projectFolder: 'src/'