Skip to content

Add initial PE-based flat file #8

Add initial PE-based flat file

Add initial PE-based flat file #8

Workflow file for this run

name: Pull request
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: ". -l 79 --check"
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Build container
run: docker build -t ghcr.io/pslmodels/tax-microdata-benchmarking