mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07:19 +02:00
Merge pull request #27 from oskardotglobal/fix-ci
[ci skip] Skip rust-check and clippy on pre-commit.ci
This commit is contained in:
commit
b17d0f484b
20
.github/workflows/rust-check.yml
vendored
20
.github/workflows/rust-check.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Rust Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "rewrite" ]
|
||||
pull_request:
|
||||
branches: [ "rewrite" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: mirlahiji/rust-action@master
|
||||
with:
|
||||
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
|
3
.github/workflows/rust-clippy.yml
vendored
3
.github/workflows/rust-clippy.yml
vendored
@ -18,6 +18,9 @@ on:
|
||||
schedule:
|
||||
- cron: '23 2 * * 5'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
rust-clippy-analyze:
|
||||
name: Run rust-clippy analyzing
|
||||
|
@ -1,3 +1,6 @@
|
||||
ci:
|
||||
skip: [clippy, cargo-check]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user