We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92476cf commit a2b3a3cCopy full SHA for a2b3a3c
1 file changed
.github/workflows/lint.yml
@@ -4,6 +4,10 @@ on: [push, pull_request, workflow_dispatch]
4
5
permissions: {}
6
7
+env:
8
+ FORCE_COLOR: 1
9
+ RUFF_OUTPUT_FORMAT: github
10
+
11
jobs:
12
lint:
13
runs-on: ubuntu-latest
0 commit comments