Giter Site home page Giter Site logo

actions's Introduction

Stacks Network github actions

Monorepo of composite actions used in the stacks-network org

  • cleanup - removes unused packages/dirs from a runner, freeing around 48GB of space on a runner
  • codecov - Uploads codecov reports with a retry if it fails (optionally it can run grcov to generate a report to send)
  • openapi - Generates and uploads an OpenAPI artifact
  • docker - Generic Docker setup workflows
  • generate-checksum - Generate a 512-bit sha hash of the uploaded artifacts
  • check-jobs-status - Check the result of every job parsed as input. Only succeeds if none of the given jobs have failed.
  • rustfmt - Run rustfmt for the given codebase
  • stacks-core - actions for the stacks-core repo

Why does this exist?

Quite simply: DRY.

  1. Steps used across several workflows were basically all copy/pasted, requiring a search/replace when an update was needed (i.e. updating the version).
  2. There was a specific issue with free disk space on a runner VM, and some steps were added to a workflow to address it - only to have the same issue reoccur in another workflow.
  3. Repeatability and shareability - as more projects are added to the stacks-network org, they can all benefit from using commonly defined composite actions, as opposed to every repo doing it differently (maintenance moves from every repo to a single repo).

Contributing

See CONTRIBUTING.md

actions's People

Contributors

wileyj avatar asuciux avatar bowtieddevops avatar jbencin avatar kantai avatar obycode avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.