Skip to content

full-kaiten/rust-cargo-make

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

402 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-cargo-make action

Install cargo-make by downloading the executable (faster than cargo install cargo-make, seconds vs minutes).

Inputs

version

Optional version of cargo-make to install (eg. "0.22.2", "latest").

Example usage

- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
- uses: actions/checkout@v1
- name: Run tests
  run: cargo make ci-flow
- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
  with:
    version: '0.23.0'
- uses: actions/checkout@v1
- name: Run tests
  run: cargo make ci-flow

Alternatives

About

🛠️ GitHub Action to install `cargo-make` command

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 42.7%
  • Shell 34.5%
  • JavaScript 22.8%