Skip to content

Commit 713d6a5

Browse files
committed
deactivate check action
1 parent 4ca3bc3 commit 713d6a5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/check.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: Checks
1+
# name: Checks
22

3-
on:
4-
push:
5-
branches: ['main']
6-
pull_request:
7-
branches: ['main']
3+
# on:
4+
# push:
5+
# branches: ['main']
6+
# pull_request:
7+
# branches: ['main']
88

9-
env:
10-
CARGO_TERM_COLOR: always
9+
# env:
10+
# CARGO_TERM_COLOR: always
1111

12-
jobs:
13-
build:
14-
runs-on: ubuntu-latest
12+
# jobs:
13+
# build:
14+
# runs-on: ubuntu-latest
1515

16-
steps:
17-
- uses: actions/checkout@v3
18-
- name: Build
19-
run: cargo build --verbose
20-
- name: Run tests
21-
run: cargo clippy --verbose -- -F warnings
16+
# steps:
17+
# - uses: actions/checkout@v3
18+
# - name: Build
19+
# run: cargo build --verbose
20+
# - name: Run tests
21+
# run: cargo clippy --verbose -- -F warnings

0 commit comments

Comments
 (0)