Skip to content

Commit

Permalink
Refactor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 6, 2024
1 parent e0a7fd9 commit 37cbd71
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "CI"

on:
push:

jobs:

validate:
name: "🦺 Validation"
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@v1
permissions:
contents: read
security-events: write
actions: read

config:
name: "Renovate Config"
uses: ./.github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Validate Renovate Config"

on:
push:
workflow_call:

jobs:
config:
Expand Down

0 comments on commit 37cbd71

Please sign in to comment.