Skip to content

Commit

Permalink
ci: lint pull request (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad authored Sep 27, 2023
1 parent 8c4c095 commit 6048f54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Lint PR

on:
pull_request_target:
types:
- opened
- edited

jobs:
trigger:
uses: statnett/workflows/.github/workflows/lint-pr.yml@main
permissions:
contents: read
pull-requests: write
statuses: write

0 comments on commit 6048f54

Please sign in to comment.