Skip to content

Commit

Permalink
working badging
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjohnson150 committed Sep 8, 2023
1 parent e04bd56 commit d15217a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Checkout wiki
uses: actions/checkout@v3
with:
repository: ${{github.repository}}.wiki
path: ./.github/wiki/

- name: Install dependencies
- uses: actions/setup-python@v4
with:
python-version: 3.10

- name: Install dependencies
run: |
sudo apt-get update
python -m pip install --upgrade pip
Expand Down

0 comments on commit d15217a

Please sign in to comment.