thibmaek / wfl

πŸ‘·πŸ»β€β™‚οΈ Workflow repository for CI/CD systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow (wfl)

πŸ‘·πŸ»β€β™‚οΈ Workflow repository for CI/CD systems

Table of Contents

Background

A reusable template / remote repository for workflows to integrate in CI/CD systems. Mainly (and possibly solely) steered towards usage in Github Actions via reusable workflows.

Usage

Covered quite good in the Github Actions documentation.

jobs:
  esphome:
    runs-on: ubuntu-latest
    steps:
      - uses: thibmaek/wfl/.github/workflows/compile_esphome.yaml@main
        with:
          esphome_dir: ./esphome

Maintainer(s)

Contributing

Not immediatly on my mind to accept contributions, but feel free to PR something if you find an improvement.

License

Unlicense

For more info, see license file

About

πŸ‘·πŸ»β€β™‚οΈ Workflow repository for CI/CD systems

License:The Unlicense