Merge pull request #453 from open-contracting/439-change-lapseable-logic #2426
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: [push, pull_request] | |
jobs: | |
lint: | |
uses: open-contracting/.github/.github/workflows/lint.yml@main | |
permissions: | |
contents: write | |
secrets: | |
personal-access-token: ${{ secrets.PAT }} | |
with: | |
# https://fastapi.tiangolo.com/tutorial/request-files/ | |
# babel and uvicorn are run as commands in a Dockerfile. | |
standard-maintenance-scripts-ignore: babel,python-multipart,uvicorn |