Skip to content

⬆️ Bump dnspython from 2.5.0 to 2.6.1 (#46) #103

⬆️ Bump dnspython from 2.5.0 to 2.6.1 (#46)

⬆️ Bump dnspython from 2.5.0 to 2.6.1 (#46) #103

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- master
pull_request:
paths:
- "sora/**"
- "tests/**"
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1