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
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 0e38a38b57 - Show all commits

View file

@ -15,4 +15,3 @@ runs:
- 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: echo "$(pwd)/ci-bin" >> $GITHUB_PATH
- run: echo "$PATH"

View file

@ -18,5 +18,4 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: ./.forgejo/setup-trunk
- run: echo "$PATH"
- run: RUSTFLAGS='-D warnings' cargo test