workflow/lint: read $FORGEJO_PATH
Some checks failed
ci-lint / test (push) Failing after 30s

This commit is contained in:
Josh Lay 2025-10-19 07:09:37 -05:00
parent aff64b59df
commit 48c7d34765
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -35,6 +35,7 @@ jobs:
- name: ansible-lint - name: ansible-lint
shell: bash shell: bash
run: | run: |
cat $FORGEJO_PATH
echo /root/.local/bin >> $FORGEJO_PATH echo /root/.local/bin >> $FORGEJO_PATH
ansible-lint ansible-lint
env: env: