Skip to content

Commit

Permalink
git install
Browse files Browse the repository at this point in the history
  • Loading branch information
airaghidavide committed Sep 10, 2023
1 parent 8bef2c5 commit 5f5712e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Git
run: sudo apt-get update && sudo apt-get install git -y
- name: Add mkdocs-material credentials
shell: bash
run: poetry config http-basic.mkdocs ${{secrets.GHCR_USERNAME}} ${{secrets.GHCR_TOKEN}}
- name: Install dependencies
shell: bash
run: poetry install
- name: Install pre-commit check
shell: bash
run: poetry run pre-commit install
- name: Run pre-commit check
shell: bash
run: poetry run pre-commit run -a

0 comments on commit 5f5712e

Please sign in to comment.