Skip to content

Commit

Permalink
ci(actions): add template action for rst-format
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Oliveira <[email protected]>
  • Loading branch information
danielRep authored and miguelafsilva5 committed Sep 25, 2023
1 parent 88994bf commit fd9396a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/templates/misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ jobs:
fetch-depth: 0
- run: >
make yamllint
docformat:
runs-on: ubuntu-latest
container: baoproject/bao:latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- run: make rst-format

0 comments on commit fd9396a

Please sign in to comment.