文件名称:rust-action:Rust github动作
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-23 08:01:17
Dockerfile
Rust Github动作 基于'Silverbullet'快速入门Rust CI “盒子”里面是什么: 锈1.51.0 Rustfmt 短裙 货物放行 感谢@ 用法 在.github/workflows/quickstart.yml的文件中 name : Rust Example on : [push] jobs : build : runs-on : ubuntu-latest steps : - uses : actions/checkout@v1 - uses : icepuma/rust-action@master with : args : cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings
【文件预览】:
rust-action-master
----.github()
--------workflows()
----action.yml(228B)
----Dockerfile(529B)
----integration-test()
--------Cargo.toml(133B)
--------Cargo.lock(143B)
--------src()
----LICENSE(483B)
----README.md(616B)
----.gitignore(35B)
----entrypoint.sh(87B)