Skip to content

Commit

Permalink
Fix linting workflow and codeowner syntax (ROCm#227)
Browse files Browse the repository at this point in the history
* Fix syntax for codeowners

* Fix linting workflow
  • Loading branch information
samjwu authored Jun 6, 2024
1 parent 863e148 commit 98e27ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* @cgmillette @bragadeesh @mkarunan @dlangbe @congma13 @afanfa
# Documentation files
docs/* @ROCm/rocm-documentation
docs/ @ROCm/rocm-documentation
*.md @ROCm/rocm-documentation
*.rst @ROCm/rocm-documentation
.readthedocs.yaml @ROCm/rocm-documentation
# Header directory
library/include/* @ROCm/rocm-documentation @cgmillette @bragadeesh @mkarunan @dlangbe @congma13 @afanfa
library/include/ @ROCm/rocm-documentation @cgmillette @bragadeesh @mkarunan @dlangbe @congma13 @afanfa
12 changes: 9 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: Linting

on:
push:
branches: [develop]
branches:
- develop
- master
- 'docs/*'
pull_request:
branches: [develop]
branches:
- develop
- master
- 'docs/*'

jobs:
call-workflow-passing-data:
name: Documentation
uses: RadeonOpenCompute/rocm-docs-core/.github/workflows/linting.yml@develop
uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@develop

0 comments on commit 98e27ab

Please sign in to comment.