(feat): add label to checkout step in ci workflow
Some checks failed
CI / checks (push) Failing after 4s

This commit is contained in:
Alois 2026-06-28 17:58:36 +02:00
commit c61234e206

View file

@ -14,7 +14,8 @@ jobs:
name: checks name: checks
runs-on: nixos runs-on: nixos
steps: steps:
- uses: https://data.forgejo.org/actions/checkout@v4 - name: Checkout
uses: https://data.forgejo.org/actions/checkout@v4
- name: Run checks - name: Run checks
run: | run: |