Skip to content

Commit

Permalink
feat(#3035): add yamllint gh action template
Browse files Browse the repository at this point in the history
  • Loading branch information
slry committed Apr 20, 2024
1 parent 91f6cba commit b879df9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/yamllint.yml
@@ -0,0 +1,15 @@
---
name: yamllint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3

0 comments on commit b879df9

Please sign in to comment.