Skip to content

Commit

Permalink
add PR trigger for workflow linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jan 3, 2025
1 parent 0f5a76c commit 188e50e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/linter_pr_trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Workflow Linter PR trigger

on:
pull_request:
paths:
- .github/workflows/workflow-linter.yml

jobs:
linter:
name: Lint
uses: ./.github/workflows/workflow-linter.yml

0 comments on commit 188e50e

Please sign in to comment.