Skip to content

Bump pygments version to 2.15.0. #1501

Bump pygments version to 2.15.0.

Bump pygments version to 2.15.0. #1501

Workflow file for this run

name: Docker Image Build
on: push
jobs:
basic_ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the base image
run: docker build . --file Dockerfile --tag trailofbits/polytracker --no-cache
- name: Run the PolyTracker tests
run: docker run --rm --workdir /polytracker trailofbits/polytracker pytest