Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taiki-e/github-actions

Repository files navigation

Actions and Reusable Workflows for GitHub Actions

This repository contains some actions and reusable workflows used on CIs managed by @taiki-e. There are no stability guarantees for these actions and workflows, since they're supposed to only be used in infra managed by us.

Actions

Reusable workflows

  • check-external-types: Run cargo check-external-types in a way that respects the docs.rs metadata.
  • docs: Run cargo doc in a way that is as similar to docs.rs as possible.
  • fuzz: Build fuzzing code with cargo fuzz, cargo afl, and cargo hfuzz, and run fuzzing with cargo afl on scheduled run.
  • miri: Run cargo miri test in strict mode.
  • msrv: Run MSRV (minimum supported Rust version) check in a pedantic, time-consuming but highly accurate way.
  • rust-release: Create and push the release commit and tag, create GitHub release, and publish crates.
  • release-dry-run: Build Rust binaries based on release workflow.
  • test: Run cargo test cargo careful test + cargo hack build --feature-powerset + cargo minimal-versions build.
  • tidy: Run various checks.

Moved or removed actions

These actions were previously included in this repository but have been moved into their own repository because they were considered stable enough.

These actions were previously included in this repository but have been removed.

  • deploy-gh-pages: removed because no longer used.
  • update-dependabot-pr: removed because no longer used.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors 2

  •  
  •  

Languages