Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 222 Bytes

Reusable Github Actions

Example:

linters-phpstan:
  name: Linters
  uses: lostlink/gha/.github/workflows/phpstan.yml@main
  secrets:
    VAPOR_API_TOKEN: ${{ secrets.VAPOR_API_TOKEN }}

More Info coming soon...