Added docker/compose stuff and hopefully fixed CI
Some checks failed
CI / check (push) Failing after 12s

This commit is contained in:
Connor Johnstone
2026-03-19 12:12:50 -04:00
parent 82c82ae46a
commit f837156fcc
6 changed files with 108 additions and 0 deletions

View File

@@ -6,9 +6,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- run: git config --global url."https://git.rcjohnstone.com/".insteadOf "ssh://connor@git.rcjohnstone.com:2222/"
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITEA }}
- uses: dtolnay/rust-toolchain@stable