Skip to content
/ meta Public

reusable github actions workflows and other shareable configuration files 🫥

Notifications You must be signed in to change notification settings

caarlos0/meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

caarlos0's meta repository

Some workflows that I can reuse here and there.

Available workflows:

Usage

# .github/workflows/example.yml
# ...

jobs:
  govulncheck:
    uses: caarlos0/meta/.github/workflows/govulncheck.yml@main
    with:
      cache: true
      go-version: stable
  semgrep:
    uses: caarlos0/meta/.github/workflows/semgrep.yml@main
  ruleguard:
    uses: caarlos0/meta/.github/workflows/ruleguard.yml@main
    with:
      cache: true
      go-version: stable
      args: '-disable largeloopcopy -disable urlredacted'
# ...

About

reusable github actions workflows and other shareable configuration files 🫥

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages