Skip to content

fix: attachments downloads + NoExtensionError handling (xenforo) (#… #602

fix: attachments downloads + NoExtensionError handling (xenforo) (#…

fix: attachments downloads + NoExtensionError handling (xenforo) (#… #602

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: ruff lint
uses: astral-sh/ruff-action@v3
with:
version: "0.8.0"
- name: ruff format check
uses: astral-sh/ruff-action@v3
with:
args: "format --check"
version: "0.8.0"