Uh oh!
There was an error while loading. Please reload this page.
Update CI config - #4312
Conversation
df98a0a to
7d0a273Compare| jobs: | ||
| run: | ||
| lint: |
There was a problem hiding this comment.
Another solution would be to move the lint workflow to its own workflow file. It should allow to trigger the job independently since GitHub doesn't allow this (at least not yet).
7d0a273 to
acf8ba1Compare* run lint once * rename action to CI
acf8ba1 to
debf4d2CompareThis should speed things up a lot (except for Windows which is still slow). @Trott or anyone else who can configure the branch protection rules, can you update them please and proceed with the PR? |
Trott
commented
Dec 28, 2021
I'm sorry as I'm no doubt missing something obvious, but what about the branch protection rules needs to change? |
There's a new "Lint" job introduced in this PR, I thought you might wanted to add this in the required statuses too. |
Trott
commented
Dec 28, 2021
Ah, got it. Done. |
TODO:
workflow_dispatch#4306 first