Skip to content

Commit

Permalink
Restore removed lint workflow by mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 17, 2023
1 parent 93e8122 commit 25c0e30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Lint
on:
push:
branches:
- master
pull_request:
paths:
- '**'
env:
FORCE_COLOR: 1
jobs:
call-workflow:
uses: kairos-io/linting-composite-action/.github/workflows/[email protected]
with:
yamldirs: ".github/workflows/"
is-go: false

0 comments on commit 25c0e30

Please sign in to comment.