Skip to content

ci(.github/workflows/autofix): add 'autofix.ci' workflow for automatic prettier formatting#340

Merged
kimyouknow merged 1 commit into
toss:mainfrom
sukvvon:ci/autofix-workflow
Mar 13, 2026
Merged

ci(.github/workflows/autofix): add 'autofix.ci' workflow for automatic prettier formatting#340
kimyouknow merged 1 commit into
toss:mainfrom
sukvvon:ci/autofix-workflow

Conversation

@sukvvon
Copy link
Copy Markdown
Contributor

@sukvvon sukvvon commented Mar 9, 2026

Overview

Add autofix.ci workflow that automatically runs prettier --write . on push to main and pull requests, then commits the formatting changes via autofix-ci/action.

This prevents formatting-only commits by auto-fixing prettier issues in PRs.

Note: This workflow requires the autofix.ci GitHub App to be installed on the repository.

Reference: toss/es-toolkit .github/workflows/autofix.yml

Checklist

  • Did you write the test code?
  • Have you run yarn run fix to format and lint the code and docs?
  • Have you run yarn run test:coverage to make sure there is no uncovered line?
  • Did you write the JSDoc?

Copy link
Copy Markdown
Collaborator

@kimyouknow kimyouknow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kimyouknow kimyouknow merged commit c541d78 into toss:main Mar 13, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants