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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
Coz
|
||||
CrayPAT
|
||||
Dyninst
|
||||
Kokkos
|
||||
KokkosP
|
||||
LIKWID
|
||||
LibIberty
|
||||
Linkable
|
||||
MPICH
|
||||
NVTX
|
||||
OpenMPI
|
||||
OpenSUSE
|
||||
PAPI
|
||||
POSIX
|
||||
Pthreads
|
||||
ROCPROFSYS
|
||||
ROCprofiler
|
||||
ROCTX
|
||||
RSS
|
||||
RPATH
|
||||
SELinux
|
||||
STGZ
|
||||
TBB
|
||||
Timemory
|
||||
VCN
|
||||
VTune
|
||||
aarch
|
||||
bundler
|
||||
dl
|
||||
durations
|
||||
librocprof
|
||||
libunwind
|
||||
lvalue
|
||||
metaprogramming
|
||||
mpirun
|
||||
perf
|
||||
pid
|
||||
polymorphism
|
||||
ppc
|
||||
proc
|
||||
rpath
|
||||
rvalues
|
||||
sdk
|
||||
sudo
|
||||
sys
|
||||
Reference in New Issue
Block a user