gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

chore: Add workflow #117

Closed nj1973 closed 4 months ago

nj1973 commented 5 months ago

Adds three workflows:

  1. Lint the PR title (this cannot be tested on the feature branch, the workflow docs state it only works once on the main branch)
  2. Build the package
  3. Run unit tests on multiple Python versions

Also had to fix a few unit tests.