Set up continuous integration in Forgejo #75

Merged
glen merged 23 commits from Vectornaut/dyna3:forgejo-ci into main 2025-04-02 20:31:42 +00:00
Showing only changes of commit 5e441d6b11 - Show all commits

View file

@ -14,5 +14,5 @@ runs:
- run: mkdir -p ci-bin
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
working-directory: ci-bin
- run: export PATH="$(pwd)/ci-bin:$PATH"
- run: echo "$(pwd)/ci-bin" >> $GITHUB_PATH
- run: echo "$PATH"