Skip to content

tmknom/lint-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lint-workflows

A collection of lint workflows.

Description

A collection of lint workflows implemented as Reusable Workflows for GitHub Actions.

Usage

GitHub Actions

jobs:
  call:
    uses: tmknom/lint-workflows/.github/workflows/github-actions.yml@v0
    permissions:
      contents: read

Composite Action

jobs:
  call:
    uses: tmknom/lint-workflows/.github/workflows/composite-action.yml@v0
    permissions:
      contents: read

Reusable Workflows

jobs:
  call:
    uses: tmknom/lint-workflows/.github/workflows/reusable-workflows.yml@v0
    permissions:
      contents: read

Related projects

Release notes

See GitHub Releases.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors