ddki / rust-github-action-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Github Action Test

 

Rust Github Action Test

Github replease Github top language Github language count Repository size License Github issues Github forks Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Describe your project

✨ Features

βœ”οΈ Feature 1;
βœ”οΈ Feature 2;
βœ”οΈ Feature 3;

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Rust installed.

Rust toolchain: stable-x86_64-pc-windows-msvc;

# install cargo-make 
cargo install --force cargo-make

# install clippy
rustup component add clippy

# upgrade dependencies version
cargo upgrade

🏁 Starting

# Clone this project
$ git clone https://github.com/ddki/rust-github-action-test

# Access
$ cd rust-github-action-test

# Install dependencies
$ cargo install

# Run the project
$ cargo make build-flow

πŸ“ License

This project is under license from GPL-3.0. For more details, see the LICENSE file.

Made with ❀️ by ddki

 

Back to top

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%