used forgejo checkout
Some checks failed
CI / shellcheck (push) Failing after 2s

This commit is contained in:
Matthias Johnson 2026-02-16 09:13:34 -07:00
parent be47247da7
commit 972178ad1c

View file

@ -10,7 +10,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://code.forgejo.org/actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run ShellCheck