mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
25 lines
418 B
YAML
25 lines
418 B
YAML
name: Linting
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
- main
|
|
- 'docs/*'
|
|
- 'roc**'
|
|
pull_request:
|
|
branches:
|
|
- develop
|
|
- main
|
|
- 'docs/*'
|
|
- 'roc**'
|
|
|
|
concurrency:
|
|
group: ${{ github.ref }}-${{ github.workflow }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
call-workflow-passing-data:
|
|
name: Documentation
|
|
uses: RadeonOpenCompute/rocm-docs-core/.github/workflows/linting.yml@develop
|