Skip to content

Add hooks, fickling.load(), and a JSON output format for usability #131

Add hooks, fickling.load(), and a JSON output format for usability

Add hooks, fickling.load(), and a JSON output format for usability #131

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