Skip to content

Commit

Permalink
Fix zizmor warnings and add colour to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 22, 2025
1 parent 106ecb1 commit b0d3584
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@ name: Build

on: [push, pull_request, workflow_dispatch]

permissions: {}

env:
FORCE_COLOR: 1

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b0d3584

Please sign in to comment.