Skip to content

Fix for windows fail to upload photos #23

Fix for windows fail to upload photos

Fix for windows fail to upload photos #23

Workflow file for this run

name: format
on:
push:
branches: ['main']
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install black
- run: black --check .