Skip to content

Commit

Permalink
ci: use ci-workflow from statnett workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol committed Oct 6, 2023
1 parent a239408 commit 3fc5416
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: Validate renovate config
name: CI

on:
pull_request: {}
push: {}

permissions:
contents: read

jobs:
validate-renovate-config:
name: Validate renovate config
Expand All @@ -16,3 +19,9 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: renovate --version
- run: renovate-config-validator default.json

statnett-ci:
uses: statnett/github-workflows/.github/workflows/ci.yaml@main
permissions:
pull-requests: write
statuses: write

0 comments on commit 3fc5416

Please sign in to comment.