Skip to content

Extend basic flat file with more variables #34

Extend basic flat file with more variables

Extend basic flat file with more variables #34

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