Skip to content

dataroadinc/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataroadinc/github-actions

Reusable GitHub Actions for Rust CI/CD workflows.

Overview

This repository contains reusable composite actions for common CI/CD tasks in Rust projects. All actions provide caching and consistent behavior across workflows.

Available Actions

See .github/actions/README.md for complete documentation of all available actions.

Quick Links

Usage

Reference actions using the path syntax:

- name: Setup Cocogitto
  uses: dataroadinc/github-actions/.github/actions/setup-cocogitto@main
  with:
    version: 6.5.0 # Optional, defaults to env var or 6.5.0

- name: Generate changelog
  uses: dataroadinc/github-actions/.github/actions/generate-changelog@main
  with:
    release-tag: v0.1.0

Versioning

  • Initial release: v0.0.1
  • Use @main until all bugs are ironed out
  • After stabilization, bump to v1.0.0 and use @v1 going forward

License

Creative Commons Attribution-ShareAlike 4.0 International

See LICENSE for details.

About

Reusable GitHub Actions for Rust CI/CD workflows

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages