Skip to content

Update Python version in release workflow #197

Update Python version in release workflow

Update Python version in release workflow #197

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint-python:
uses: trailofbits/.github/.github/workflows/[email protected]
with:
language: "python"
python-version: "3.8"
all-lints-pass:
if: always()
needs:
- lint-python
runs-on: ubuntu-latest
steps:
- name: check test jobs
uses: re-actors/[email protected]
with:
jobs: ${{ toJSON(needs) }}