mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
fixup: ci
This commit is contained in:
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@@ -1,4 +1,7 @@
|
|||||||
on: push
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
7
.github/workflows/code-quality.yml
vendored
7
.github/workflows/code-quality.yml
vendored
@@ -1,4 +1,7 @@
|
|||||||
on: push
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
name: Code Quality
|
name: Code Quality
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@@ -16,7 +19,7 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: fmt
|
command: fmt
|
||||||
args: --workspace -- --check
|
args: --all -- --check
|
||||||
|
|
||||||
run_clippy:
|
run_clippy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user