Merge pull request #2203 from IFRCGo/dependabot/pip/certifi-2024.7.4 #119
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Python check | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
jobs: | |
pre_commit_checks: | |
name: 🚴 Pre-Commit checks 🚴 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- name: Install poetry | |
run: pipx install poetry | |
- uses: actions/setup-python@main | |
with: | |
cache: 'poetry' | |
- run: poetry install | |
- uses: pre-commit/action@main |