Skip to content

Commit b0d3584

Browse files
committed
Fix zizmor warnings and add colour to logs
1 parent 106ecb1 commit b0d3584

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@ name: Build
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
permissions: {}
6+
7+
env:
8+
FORCE_COLOR: 1
9+
510
jobs:
611
build:
712
runs-on: ubuntu-latest
813
steps:
914
- uses: actions/checkout@v4
15+
with:
16+
persist-credentials: false
1017
- name: Setup Python
1118
uses: actions/setup-python@v5
1219
with:

0 commit comments

Comments
 (0)