We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2766ea7 commit cfacad6Copy full SHA for cfacad6
.github/workflows/ci.yml
@@ -13,12 +13,17 @@ jobs:
13
ci:
14
name: CI
15
runs-on: ubuntu-latest
16
+
17
permissions:
18
actions: read
19
contents: read
20
checks: write
21
pull-requests: write
22
security-events: write
23
24
+ env:
25
+ CLICOLOR_FORCE: 1
26
27
steps:
28
- name: Checkout Repository
29
uses: actions/checkout@v4
0 commit comments