Skip to content

getAttachments: clean up #15

getAttachments: clean up

getAttachments: clean up #15

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip install ruff
- name: Format with ruff
run: ruff format .