Skip to content

Commit

Permalink
Merge branch 'main' into feat-add-expr
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Nov 21, 2024
2 parents dd7e328 + 2636a12 commit 24921aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "A type-safe GitHub Actions workflow generator"
license = "Apache-2.0"
documentation = "https://docs.rs/gh-workflow"
homepage = "https://github.com/tailcallhq/rust-gh-workflow"
repository = "https://github.com/tailcallhq/rust-gh-workflow"
homepage = "https://github.com/tailcallhq/gh-workflow"
repository = "https://github.com/tailcallhq/gh-workflow"

[dependencies]
async-trait = "0.1.83"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Then you can start creating GitHub Actions in your [tests/ci.rs](https://github.
- Add the following code to generate the GitHub Actions workflow:

```rust
use rust_gh_workflows::*;
use gh_workflows::*;

#[test]
fn main() {
Expand All @@ -47,7 +47,7 @@ Then you can start creating GitHub Actions in your [tests/ci.rs](https://github.
}
```

To view a fully functional example, check out the [tests/ci.rs](https://github.com/tailcallhq/rust-gh-workflow/blob/main/src/tests/ci.rs) of this project.
To view a fully functional example, check out the [tests/ci.rs](https://github.com/tailcallhq/rust-gh-workflow/blob/main/tests/ci.rs) of this project.

- Run `cargo test` to generate the GitHub Actions workflow.

Expand Down

0 comments on commit 24921aa

Please sign in to comment.