From fd9396a0c7774ea971e172f841cc0a81344e3fa7 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Fri, 15 Sep 2023 11:41:33 +0100 Subject: [PATCH] ci(actions): add template action for rst-format Signed-off-by: Daniel Oliveira --- .github/workflows/templates/misc.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/templates/misc.yaml b/.github/workflows/templates/misc.yaml index 00966e3..da8e18f 100644 --- a/.github/workflows/templates/misc.yaml +++ b/.github/workflows/templates/misc.yaml @@ -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