Skip to content

versions.txt: non-zero exit code when commands don't exist #2567

versions.txt: non-zero exit code when commands don't exist

versions.txt: non-zero exit code when commands don't exist #2567

Workflow file for this run

name: Lint Python
on: [push, pull_request]
jobs:
lint:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable