WIP: automated-testing #9

Draft
cascode wants to merge 30 commits from automated-testing into main
2 changed files with 11 additions and 19 deletions
Showing only changes of commit 8e0984e7b1 - Show all commits

View File

@ -12,6 +12,17 @@ on:
- main
jobs:
# TODO(cascode) cache checkout for build and test stages?
lint:
container:
# TODO use communitymedia docker registry
image: "cascode/aural-isle-ci:0"
steps:
- uses: actions/checkout@v3
with:
github-server-url: "https://code.communitymedia.network"
- name: rustfmt
run: cargo fmt --check
build:
container:
# TODO use communitymedia docker registry

View File

@ -1,19 +0,0 @@
name: lint
on:
pull_request:
push:
branches:
- main
jobs:
# TODO(cascode) cache checkout for build and test stages?
lint:
container:
# TODO use communitymedia docker registry
image: "cascode/aural-isle-ci:0"
steps:
- uses: actions/checkout@v3
with:
github-server-url: "https://code.communitymedia.network"
- name: rustfmt
run: cargo fmt --check