Skip to content

Bump pyasn1 from 0.6.1 to 0.6.2 #35

Bump pyasn1 from 0.6.1 to 0.6.2

Bump pyasn1 from 0.6.1 to 0.6.2 #35

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python environment and install dependencies
uses: ./.github/actions/setup
with:
python-version: "3.10"
- name: Ruff Check
run: poetry run ruff check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python environment and install dependencies
uses: ./.github/actions/setup
with:
python-version: "3.9"
- name: Ruff Check
run: poetry run pytest tests