Skip to content

Merge pull request #78 from trailofbits/pickle-legacy-import #140

Merge pull request #78 from trailofbits/pickle-legacy-import

Merge pull request #78 from trailofbits/pickle-legacy-import #140

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"
lint-markdown:
uses: trailofbits/.github/.github/workflows/[email protected]
with:
language: "markdown"
all-lints-pass:
if: always()
needs:
- lint-python
- lint-markdown
runs-on: ubuntu-latest
steps:
- name: check test jobs
uses: re-actors/[email protected]
with:
jobs: ${{ toJSON(needs) }}