Commit a48d932e authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Fix rust pre-merge for new tio directory (#177)

parent a6caed32
...@@ -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: apps/tio working-directory: applications/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: apps/tio working-directory: applications/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
......
.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]/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment