Skip to content

Commit ff12733

Browse files
authored
Merge pull request #1 from copper-project/gbin/initial-fork
PR to finish off the fork.
2 parents d3808ad + 973351c commit ff12733

55 files changed

Lines changed: 1150 additions & 1424 deletions

Some content is hidden

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

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Install clippy
20+
run: rustup component add clippy
1921
- name: Build
2022
run: cargo build --verbose
2123
- name: Run tests
2224
run: cargo test --verbose
25+
- name: Run clippy
26+
run: cargo clippy --all-targets --all-features -- -D warnings

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target
2+
/Cargo.lock
3+

CODE_OF_CONDUCT.md

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

0 commit comments

Comments
 (0)