Skip to content

Update da-transform-schemas to 2.9 #66

Update da-transform-schemas to 2.9

Update da-transform-schemas to 2.9 #66

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: ["main"]
jobs:
on-pr-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- name: Run unit tests
shell: bash
run: |
sbt test