Skip to content

Commit

Permalink
Merge pull request #4 from coveooss/use-shared-action
Browse files Browse the repository at this point in the history
Use shared action for audit instead of workflow
  • Loading branch information
dotboris authored Oct 1, 2024
2 parents 5ebf18f + cff3f1a commit 0b6d315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/audit-renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ name: Audit Renovate Config
on: pull_request
jobs:
check:
uses: coveo-platform/renovate/.github/workflows/_audit-renovate-config.yml@main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coveo/public-actions/audit-renovate-config@main
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @coveooss/dev-tooling @coveooss/cloud-intelligence

0 comments on commit 0b6d315

Please sign in to comment.