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

feat: apply prettier to all supported file types #516

Merged
merged 5 commits into from
Nov 30, 2023
Merged

feat: apply prettier to all supported file types #516

merged 5 commits into from
Nov 30, 2023

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Nov 17, 2023

We originally limited the files we applied prettier to a subset (which I think is really just "not yaml"?) when we first started using it, but I think nowdays we're all very comfortable with it and we don't have anything else linting our YAML so lets starting doing that

@robotdana robotdana merged commit bfec6a0 into main Nov 30, 2023
22 checks passed
@robotdana robotdana deleted the format-ci branch November 30, 2023 22:48
G-Rath added a commit that referenced this pull request Jan 11, 2024
While rebasing #466 after #516 was landed I learned that I had actually
mucked up my erb for the GitHub Actions workflow - this was only picked
up because it was invalid YAML so Prettier errored.

To help avoid mistakes in future, this introduces running
[`actionlint`](https://github.com/rhysd/actionlint) as part of our
_template_ CI.

Since doing so means that `bin/ci-run` now includes a tool that isn't in
our CI workflow, this PR can also be seen as the initial nudge towards a
possible future with a very different approach to `bin/ci-run`
(including not having it at all) that I've been wanting to bring up for
discussion for a bit.
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.

4 participants