Skip to content

Commit

Permalink
Add GitBoard.io support
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jul 2, 2023
1 parent 5ee8b4d commit 7b7cfee
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
Pre-Commit:
runs-on: ubuntu-latest
steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -28,6 +32,10 @@ jobs:
needs: Pre-Commit

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -49,6 +57,10 @@ jobs:
timeout-minutes: 10

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3

- name: Set up Python 3.9 For Nox
Expand Down Expand Up @@ -78,6 +90,10 @@ jobs:
timeout-minutes: 10

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3

- name: Set up Python 3.9 For Nox
Expand Down Expand Up @@ -123,6 +139,10 @@ jobs:
- "~=7.4.0"

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -300,6 +320,10 @@ jobs:
- "~=7.4.0"

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -443,6 +467,10 @@ jobs:
- "~=7.4.0"

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -608,6 +636,10 @@ jobs:
- Windows
- macOS
steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_API_USERNAME }}
key: ${{ secrets.GITBOARD_API_KEY }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 7b7cfee

Please sign in to comment.