Skip to content

Commit 3ab7009

Browse files
authored
Merge pull request #69 from 191220029/main
Clean up
2 parents 62a6d11 + 3b69f8c commit 3ab7009

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+128
-426
lines changed

.github/workflows/base.yml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,54 @@
44
#
55
#
66

7-
on: [ push, pull_request ]
7+
# on: [ push, pull_request ]
88

9-
name: Base GitHub Action for Check, Test and Lints
9+
# name: Base GitHub Action for Check, Test and Lints
1010

11-
jobs:
12-
check:
13-
name: Check
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions-rs/toolchain@v1
18-
with:
19-
profile: minimal
20-
toolchain: stable
21-
override: true
22-
- uses: actions-rs/cargo@v1
23-
with:
24-
command: check
25-
- uses: actions/setup-node@v3
26-
with:
27-
node-version: 16
11+
# jobs:
12+
# check:
13+
# name: Check
14+
# runs-on: ubuntu-latest
15+
# steps:
16+
# - uses: actions/checkout@v2
17+
# - uses: actions-rs/toolchain@v1
18+
# with:
19+
# profile: minimal
20+
# toolchain: stable
21+
# override: true
22+
# - uses: actions-rs/cargo@v1
23+
# with:
24+
# command: check
25+
# - uses: actions/setup-node@v3
26+
# with:
27+
# node-version: 16
2828

29-
test:
30-
name: Test Suite
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v2
34-
- uses: actions-rs/toolchain@v1
35-
with:
36-
profile: minimal
37-
toolchain: stable
38-
override: true
39-
- uses: actions-rs/cargo@v1
40-
with:
41-
command: test
29+
# test:
30+
# name: Test Suite
31+
# runs-on: ubuntu-latest
32+
# steps:
33+
# - uses: actions/checkout@v2
34+
# - uses: actions-rs/toolchain@v1
35+
# with:
36+
# profile: minimal
37+
# toolchain: stable
38+
# override: true
39+
# - uses: actions-rs/cargo@v1
40+
# with:
41+
# command: test
4242

43-
clippy:
44-
name: Clippy
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v2
48-
- uses: actions-rs/toolchain@v1
49-
with:
50-
profile: minimal
51-
toolchain: stable
52-
override: true
53-
- run: rustup component add clippy
54-
- uses: actions-rs/cargo@v1
55-
with:
56-
command: clippy
57-
args: -- -D warnings
43+
# clippy:
44+
# name: Clippy
45+
# runs-on: ubuntu-latest
46+
# steps:
47+
# - uses: actions/checkout@v2
48+
# - uses: actions-rs/toolchain@v1
49+
# with:
50+
# profile: minimal
51+
# toolchain: stable
52+
# override: true
53+
# - run: rustup component add clippy
54+
# - uses: actions-rs/cargo@v1
55+
# with:
56+
# command: clippy
57+
# args: -- -D warnings

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ Cargo.lock
1616

1717
# Exclude execute log
1818
/*.log
19+
20+
.vscode

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)