Skip to content

0.9.5: Merge the development branch onto the live branch #1520

0.9.5: Merge the development branch onto the live branch

0.9.5: Merge the development branch onto the live branch #1520

Workflow file for this run

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:
python-version: '3.10'