david-yz-liu / memory-viz

Javascript library for creating beginner-friendly memory model diagrams.
https://www.cs.toronto.edu/~david/memory-viz/demo/
2 stars 7 forks source link

Add autofix.ci to CI workflow #46

Closed sarahsonder closed 4 months ago

sarahsonder commented 4 months ago

Proposed Changes

This pull request replaces the stefanzweifel/git-auto-commit-action@v4 workflow with autofix.ci. Now, if for some reason prettier is not applied when committing code, autofix.ci will add a new commit with the proper formatting (as seen in the commit history below).

Note: the reason why I added a new .yml file is because the workflow in which autofix.ci is called must be named "autofix.ci".

Type of Change

Type Applies?
🚨 Breaking change (fix or feature that would cause existing functionality to change)
New feature (non-breaking change that adds functionality)
🐛 Bug fix (non-breaking change that fixes an issue)
🎨 User interface change (change to user interface; provide screenshots)
♻️ Refactoring (internal change to codebase, without changing functionality)
🚦 Test update (change that only adds or modifies tests)
📚 Documentation update (change that only updates documentation)
📦 Dependency update (change that updates a dependency)
🔧 Internal (change that only affects developers or continuous integration) X

Checklist

Before opening your pull request:

After opening your pull request:

Questions and Comments

Currently autofix cannot change files in the .github directory. I am assuming this is for security reasons - is that ok?

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9587845328

Details


Totals Coverage Status
Change from base Build 9574231615: 0.0%
Covered Lines: 388
Relevant Lines: 429

💛 - Coveralls
coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9587904329

Details


Totals Coverage Status
Change from base Build 9574231615: 0.0%
Covered Lines: 388
Relevant Lines: 429

💛 - Coveralls
coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9587948657

Details


Totals Coverage Status
Change from base Build 9574231615: 0.0%
Covered Lines: 388
Relevant Lines: 429

💛 - Coveralls
coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9600016147

Details


Totals Coverage Status
Change from base Build 9574231615: 0.0%
Covered Lines: 388
Relevant Lines: 429

💛 - Coveralls