ci: test a slight modification
Some checks failed
/ check_lfs (push) Successful in 8s
/ check_lfs (pull_request) Successful in 7s
/ lint_fmt (pull_request) Successful in 51s
/ lint_clippy (pull_request) Failing after 10s
/ build (pull_request) Has been skipped

This commit is contained in:
silver 2025-07-21 01:31:59 +01:00
parent afab2bed1c
commit 629db239e8
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -15,10 +15,13 @@ jobs:
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref }}
- name: Checkout lfs
run: |
git lfs install --local
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
git config --local --unset http.${{ github.server_url }}/.extraheader
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull
- run: nix build .#fmt --verbose
# clippy is incredibly useful for making yer code better