Files
ROCm/.github/workflows/linting.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 21: mapping key "concurrency" already defined at line 17
2023-08-21 15:45:29 -06:00

29 lines
510 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
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
call-workflow-passing-data:
name: Documentation
uses: RadeonOpenCompute/rocm-docs-core/.github/workflows/linting.yml@develop