WIP: automated-testing #9

Draft
cascode wants to merge 30 commits from automated-testing into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 614d7b8a20 - Show all commits

View File

@ -7,7 +7,6 @@ on:
jobs:
lint:
runs_on: "alpine_amd64"
container:
# TODO use communitymedia docker registry
image: "cascode/aural-isle-ci:0"
@ -17,6 +16,7 @@ jobs:
github-server-url: "https://code.communitymedia.network"
- name: rustfmt
run: cargo fmt --check
# TODO(cascode) cache checkout for build and test stages
build:
container:
# TODO use communitymedia docker registry