Skip to content

Conversation

@alexeagle
Copy link
Contributor

It has a nicer DX for showing failures, and will soon let you apply suggested fix.

Also upgrade actions/checkout

Generally with GHA config in YAML it seems impossible to use any tools like renovate, is that good?
It has a nicer DX for showing failures, and will soon let you apply suggested fix
@aspect-workflows
Copy link

aspect-workflows bot commented Oct 2, 2025

Test

All tests were cache hits

31 tests (100.0%) were fully cached saving 6s.


Buildifier

@EdSchouten
Copy link
Member

Hey Alex,

Right now we indeed run a bunch of formatters as CI steps. However, the downside is that it makes it hard to run locally. For our internal development we just have a shell script at the root of the repository that can run all the formatters the correct way. @jpopadak was working on tidying that up, so that we can merge it into this repo:

#294

So I don't think we should move formatters from one CI system to another. We should get rid of them altogether, and eventually just run the formatting script and report the diff that comes out of that. However, I do think it makes sense to move linting steps over (e.g., glint).

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