Skip to content

Refine PyTorch and Polyglot modules (#89) #196

Refine PyTorch and Polyglot modules (#89)

Refine PyTorch and Polyglot modules (#89) #196

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) }}