Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 in /requirements #1103

Bump certifi from 2023.7.22 to 2024.7.4 in /requirements

Bump certifi from 2023.7.22 to 2024.7.4 in /requirements #1103

Workflow file for this run

---
name: Linting
on:
pull_request:
paths:
- '**'
push:
paths:
- '**'
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Docker
run: |
make build
- name: Run linting
run: |
make lint-root