8000 GitHub - ravngr/github-workflows at 452337c16bdecd60a24a36d1471764ec224e15be
[go: up one dir, main page]

Skip to content

ravngr/github-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-workflows

Repository for shared GitHub Action workflows.

Workflows

platformio-build.yaml

Build PlatformIO project and optionally upload firmware artefacts.

jobs:
  call-platformio-build:
    uses: ravngr/github-workflows/.github/workflows/platformio-build.yaml@main
    with:
      pio-environment: <environment>
      upload-firmware: false

pre-commit.yaml

Runs pre-commit against repository files.

jobs:
  call-pre-commit:
    uses: ravngr/github-workflows/.github/workflows/pre-commit.yaml@main

submodule-update.yaml

Checks out repoisitory and updated submodules. When changes are found a PR is opened using peter-evans/create-pull-request.

jobs:
  call-submodule-update:
    uses: ravngr/github-workflows/.github/workflows/submodule-update.yaml@main

yamllint.yaml

Runs yamllint against repository files.

jobs:
  call-yamllint:
    uses: ravngr/github-workflows/.github/workflows/yamllint.yaml@main

About

Personal collection of GitHub action workflows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0