Skip to content

⬆️ Bump responses from 0.25.0 to 0.25.2 #1465

⬆️ Bump responses from 0.25.0 to 0.25.2

⬆️ Bump responses from 0.25.0 to 0.25.2 #1465

Workflow file for this run

name: Codestyle Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/[email protected]
with:
python-version: "3.8"
- name: Install poetry
run: make poetry-download
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
- name: Run style checks
run: make check-codestyle