re-merge file

This commit is contained in:
cascode _ 2023-10-21 13:54:28 -07:00 committed by cascode
parent 280aab7a56
commit 85ee45c7a1
2 changed files with 11 additions and 19 deletions

View File

@ -12,6 +12,17 @@ on:
- main - main
jobs: 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: build:
container: container:
# TODO use communitymedia docker registry # 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