Skip to content

build(deps): bump certifi from 2024.2.2 to 2024.7.4 (#32) #117

build(deps): bump certifi from 2024.2.2 to 2024.7.4 (#32)

build(deps): bump certifi from 2024.2.2 to 2024.7.4 (#32) #117

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
SKIP: ${{ github.ref == 'refs/heads/main' && 'no-commit-to-branch' || '' }}
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: pytest
run: |
make setup-pipenv
make install-dev
make test