Skip to content

Commit

Permalink
Auto checkout a lila PR on Gitpod when LILA_PR context provided (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex authored Mar 1, 2024
1 parent 40f7b8f commit 7440b3a
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test -- --test-threads=1
- name: Clippy
run: cargo clippy --all -- -D warnings
- name: Check formatting
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ database

settings.env
settings.toml

.metals
94 changes: 59 additions & 35 deletions command/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ edition = "2021"
[dependencies]
cliclack = "0.1.6"
local-ip-address = "0.5.6"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8.8"
Loading

0 comments on commit 7440b3a

Please sign in to comment.