Skip to content

Commit

Permalink
ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-cavalcanti committed Oct 13, 2023
1 parent 586d704 commit 5d8db06
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 465 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update Rrust
run: rustup update
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check format
run: cargo fmt; git diff-index --exit-code HEAD -- .
run: cargo fmt --verbose; git diff-index --exit-code HEAD -- .

2 changes: 0 additions & 2 deletions src/remote_api_objects/sim/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#[rustfmt::skip]
mod sim_api;

#[rustfmt::skip]
mod sim_const;

#[rustfmt::skip]
mod sim_ik_api;

Expand Down
Loading

0 comments on commit 5d8db06

Please sign in to comment.