YAML cleanup

This commit is contained in:
mrkmntal 2025-11-05 18:05:00 -05:00
commit 9aa9ea254f

View file

@ -13,10 +13,10 @@ jobs:
steps: steps:
- name: Check out repository - name: Check out repository
uses: https://data.forgejo.org/actions/checkout@v4 uses: https://data.forgejo.org/actions/checkout@v4
with: with:
token: ${{ secrets.PAT_READ_REPO }} token: ${{ secrets.PAT_READ_REPO }}
fetch-depth: 0 fetch-depth: 0
show-progress: true show-progress: true
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |