Skip to content

Bump idna from 3.6 to 3.7 #69

Bump idna from 3.6 to 3.7

Bump idna from 3.6 to 3.7 #69

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches:
- "**"
workflow_dispatch:
env:
PYTHON_VERSION: '3.11.7'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
shell: bash
run: pipx install "poetry==1.8.1"
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "${{ env.PYTHON_VERSION }}"
cache: 'poetry'
- name: Install Dependencies
shell: bash
run: poetry install
- name: Run lint
shell: bash
run: poetry run pysen run lint