Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI lint command #7554

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Fix CI lint command #7554

merged 1 commit into from
Jul 3, 2023

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Jul 3, 2023

Changes

The CI lint workflow is failing. I think it's because of the recent eslint change (#7425), the third-party action doesn't handle well with the breaking changes.

Anyways the third-party action doesn't seem to be needed since we had disable auto_fix, and the auto commit feature never really ran. Instead we can run our own pnpm run lint command to have the same & simpler effect.

Testing

The lint CI should pass.

Docs

n/a

@changeset-bot
Copy link

changeset-bot bot commented Jul 3, 2023

⚠️ No Changeset found

Latest commit: 1b89635

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the 🚨 action Modifies GitHub Actions label Jul 3, 2023
@ematipico ematipico merged commit 7419bb6 into main Jul 3, 2023
@ematipico ematipico deleted the ci-lint-command branch July 3, 2023 13:55
matthewp pushed a commit that referenced this pull request Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 action Modifies GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants