Skip to content

Allow for table creation to be optional to allow for table/schema management by other tooling #186

Allow for table creation to be optional to allow for table/schema management by other tooling

Allow for table creation to be optional to allow for table/schema management by other tooling #186

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: 0.1.11
args: --select B