Skip to content

⬆ Bump dnspython from 2.0.0 to 2.6.1 #14

⬆ Bump dnspython from 2.0.0 to 2.6.1

⬆ Bump dnspython from 2.0.0 to 2.6.1 #14

Workflow file for this run

name: Test for Quality Control
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
workflow_call:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.11", "3.10"]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} 🐍
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run Pre-Commit Tests 🧪
uses: pre-commit/action@v3.0.1