mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
wip move some ci tasks to gh-actions (#998)
* add-action-rs-clippy-action just to try this action out * add --all argument * rm --all argument again * add cargo check and fmt * disable circle ci counterparts(fetch, clippy, fmt)
This commit is contained in:
committed by
holger krekel
parent
1953b95c57
commit
775c36bb65
@@ -187,7 +187,7 @@ workflows:
|
||||
|
||||
test:
|
||||
jobs:
|
||||
- cargo_fetch
|
||||
# - cargo_fetch
|
||||
|
||||
- remote_tests_rust
|
||||
|
||||
@@ -197,12 +197,12 @@ workflows:
|
||||
# requires:
|
||||
# - build_test_docs_wheel
|
||||
# - build_doxygen
|
||||
- rustfmt:
|
||||
requires:
|
||||
- cargo_fetch
|
||||
- clippy:
|
||||
requires:
|
||||
- cargo_fetch
|
||||
# - rustfmt:
|
||||
# requires:
|
||||
# - cargo_fetch
|
||||
# - clippy:
|
||||
# requires:
|
||||
# - cargo_fetch
|
||||
|
||||
- build_doxygen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user