Skip to content

Commit e7b201c

Browse files
author
dejhhw0l
committed
pipelines
1 parent 1497257 commit e7b201c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ jobs:
1818
- uses: actions/checkout@v1
1919
- name: install tools
2020
run: sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
21-
- name: check formatting
22-
run: cargo fmt --all -- --check
2321
- name: check README.md synchronization
2422
run: |
2523
cargo install --force cargo-sync-readme
2624
cargo sync-readme -c
27-
- name: scan code
28-
run: |
29-
rustup component add clippy
30-
cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
3125
- name: execute unit tests
3226
run: cargo test ${{ matrix.features }}
3327
- name: build program

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,10 @@ jobs:
2626
- uses: actions/checkout@v1
2727
- name: install tools
2828
run: sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
29-
- name: check formatting
30-
run: cargo fmt --all -- --check
3129
- name: check README.md synchronization
3230
run: |
3331
cargo install --force cargo-sync-readme
3432
cargo sync-readme -c
35-
- name: scan code
36-
run: |
37-
rustup component add clippy
38-
cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
3933
- name: execute tests
4034
run: cargo test ${{ matrix.features }}
4135
- name: build program

0 commit comments

Comments
 (0)