Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a48d932e
Commit
a48d932e
authored
Feb 13, 2025
by
Ryan McCormick
Committed by
GitHub
Feb 13, 2025
Browse files
fix: Fix rust pre-merge for new tio directory (#177)
parent
a6caed32
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+7
-2
.gitignore
.gitignore
+0
-2
No files found.
.github/workflows/pre-merge-rust.yml
View file @
a48d932e
...
@@ -27,6 +27,11 @@ on:
...
@@ -27,6 +27,11 @@ on:
-
main
-
main
paths
:
paths
:
-
'
runtime/rust/**'
-
'
runtime/rust/**'
-
'
llm/rust/**'
-
'
applications/llm/bin/tio/**'
-
'
**.rs'
-
'
Cargo.toml'
-
'
Cargo.lock'
jobs
:
jobs
:
pre-merge-rust
:
pre-merge-rust
:
...
@@ -55,7 +60,7 @@ jobs:
...
@@ -55,7 +60,7 @@ jobs:
working-directory
:
runtime/rust
working-directory
:
runtime/rust
run
:
cargo check --locked
run
:
cargo check --locked
-
name
:
Run Cargo Check on tio
-
name
:
Run Cargo Check on tio
working-directory
:
app
s
/tio
working-directory
:
app
lications/llm/bin
/tio
run
:
cargo check --locked
run
:
cargo check --locked
-
name
:
Verify Code Formatting
-
name
:
Verify Code Formatting
working-directory
:
runtime/rust
working-directory
:
runtime/rust
...
@@ -64,7 +69,7 @@ jobs:
...
@@ -64,7 +69,7 @@ jobs:
working-directory
:
runtime/rust
working-directory
:
runtime/rust
run
:
cargo clippy --no-deps --all-targets -- -D warnings
run
:
cargo clippy --no-deps --all-targets -- -D warnings
-
name
:
Run Clippy Checks on tio
-
name
:
Run Clippy Checks on tio
working-directory
:
app
s
/tio
working-directory
:
app
lications/llm/bin
/tio
run
:
cargo clippy --no-deps --all-targets -- -D warnings
run
:
cargo clippy --no-deps --all-targets -- -D warnings
-
name
:
Install and Run cargo-deny
-
name
:
Install and Run cargo-deny
working-directory
:
runtime/rust
working-directory
:
runtime/rust
...
...
.gitignore
View file @
a48d932e
.idea
.idea
.vs/
.vs/
.vscode/
.vscode/
[Bb][Ii][Nn]/
[Bb]inlog/
[Bb]inlog/
[Bb][Uu][Ii][Ll][Dd]/
[Bb][Uu][Ii][Ll][Dd]/
[Cc][Mm][Aa][Kk][Ee]/
[Cc][Mm][Aa][Kk][Ee]/
...
@@ -11,7 +10,6 @@
...
@@ -11,7 +10,6 @@
**/.idea
**/.idea
**/.vscode/
**/.vscode/
**/[Bb][Ii][Nn]/
**/[Bb]inlog/
**/[Bb]inlog/
**/[Dd]ebug/
**/[Dd]ebug/
**/[Oo][Bb][Jj]/
**/[Oo][Bb][Jj]/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment