Skip to content

Some templates testing/releasing rust projects using GitHub actions

License

Notifications You must be signed in to change notification settings

harmless-tech/rust-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-github-actions

Some simple GitHub action workflows for checking, testing/building, and releasing rust crates.

Files

Downloads

  • build.yml

    mkdir -p .github/workflows && curl -fsSL https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/build.yml > .github/workflows/build.yml

    or

    wget -P .github/workflows https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/build.yml
  • checks.yml

    mkdir -p .github/workflows && curl -fsSL https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/checks.yml > .github/workflows/checks.yml

    or

    wget -P .github/workflows https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/checks.yml
  • release.yml

    mkdir -p .github/workflows && curl -fsSL https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/release.yml > .github/workflows/release.yml

    or

    wget -P .github/workflows https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/release.yml
  • markdown-checks.yml

    mkdir -p .github/workflows && curl -fsSL https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/markdown-checks.yml > .github/workflows/markdown-checks.yml

    or

    wget -P .github/workflows https://github.com/harmless-tech/rust-github-actions/raw/main/.github/workflows/markdown-checks.yml

Examples

About

Some templates testing/releasing rust projects using GitHub actions

Topics

Resources

License

Stars

Watchers

Forks