remove runner tag

This commit is contained in:
cascode _ 2023-10-21 13:41:29 -07:00 committed by cascode
parent 2a05bd7e7c
commit d38d915c81
1 changed files with 1 additions and 1 deletions

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