Skip to content

Commit

Permalink
Add markdown linting and spell checks from rocm-docs-core
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Nov 7, 2023
1 parent 90b6b32 commit 339b872
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Linting

on:
push:
branches: [develop, master]
pull_request:
branches: [develop, master]

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

0 comments on commit 339b872

Please sign in to comment.