Skip to content

Add bullfrog

Add bullfrog #54

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
push:
branches:
- master
- larose/bullfrog
jobs:
build-and-check:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Bullfrog Secure Runner
uses: bullfrogsec/bullfrog@1c3e1e69c57aa4f10822cabdde32f968fb0d9b70
with:
egress-policy: block
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap
run: make ci.bootstrap
- name: Check
run: make check