Skip to content

ingest different df types + tests #354

ingest different df types + tests

ingest different df types + tests #354

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
linting:
uses: ./.github/workflows/lint.yml
testing:
uses: ./.github/workflows/test.yml
needs: linting