Skip to content

ChatGPT image uploads, shorten tracking warning #68

ChatGPT image uploads, shorten tracking warning

ChatGPT image uploads, shorten tracking warning #68

Workflow file for this run

name: isort
on: [push, pull_request]
jobs:
sort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11
- uses: isort/isort-action@master
with:
requirementsFiles: "requirements.txt"
configuration: "--check-only --diff --profile black"