Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Add config option for specifying datasets to fetch #48

Add config option for specifying datasets to fetch

Add config option for specifying datasets to fetch #48

Workflow file for this run

name: PR checkstyle
on:
workflow_dispatch:
pull_request:
types: [ 'opened', 'edited', 'reopened', 'synchronize' ]
jobs:
lint:
name: Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./odd_collector_gcp"
version: "22.3.0"