imperfectandcompany / Imperfect-Gamers-Site-Store

Our robust community site integrating Steam for enhanced user interactions and data management, powered by Remix with Tailwind CSS for optimistic, responsive UI. Features CI/CD with GitHub Actions and Docker for seamless deployment and maintenance.
https://store.imperfectgamers.org/
Other
0 stars 0 forks source link

Improve CI Workflow with ESLint/Prettier Automation and PAT Usage #7

Closed cheesea3 closed 4 months ago

cheesea3 commented 4 months ago

Summary

This PR enhances our Continuous Integration (CI) pipeline by automating code formatting with ESLint and Prettier more robustly. It also introduces the use of a Personal Access Token (PAT) to trigger subsequent workflow runs following automated commits.

Changes

Benefits

Additional Notes