Skip to content

Bump py7zr from 1.0.0 to 1.1.2 #13

Bump py7zr from 1.0.0 to 1.1.2

Bump py7zr from 1.0.0 to 1.1.2 #13

Workflow file for this run

name: Install & Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-prefix: ${{ matrix.python-version }}
- name: Pin python-version ${{ matrix.python-version }}
run: uv python pin ${{ matrix.python-version }}
- name: Sync dependencies
run: uv sync
- name: Lint
run: uvx ruff check