Add doc formatting to workflow (#123)

- Add document formatting workflow from ROCm/rocm-docs-core/.github/workflows/linting.yml
- Updated runners to use ubuntu-22.04, since 20.04 is being deprecated.
Cette révision appartient à :
David Galiffi
2025-02-27 23:25:03 -05:00
révisé par GitHub
Parent 43f900d01e
révision a18d00d784
2 fichiers modifiés avec 53 ajouts et 3 suppressions
+8 -3
Voir le fichier
@@ -13,8 +13,13 @@ concurrency:
cancel-in-progress: true
jobs:
call-workflow-passing-data:
name: Documentation
uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@develop
python:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8]
@@ -35,7 +40,7 @@ jobs:
black --diff --check .
cmake:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
@@ -81,7 +86,7 @@ jobs:
fi
includes:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4