Skip to content

open-actions-rs/action-cargo

Repository files navigation

action-cargo-source

Source repo for action-cargo

Usage

Build container locally

docker build . -t action-cargo:latest -f ./Dockerfile

run container locally

docker run -v$PWD/examples/hello:/github/workspace -t action-cargo:latest . cargo test
docker run -v$PWD/examples/hello:/github/workspace -t action-cargo:latest . cargo contract build

About

Source and Dockerfile for action-cargo

Resources

License

Stars

Watchers

Forks

Packages

No packages published