Skip to content

sofar dataset (#341) #74

sofar dataset (#341)

sofar dataset (#341) #74

Workflow file for this run

name: Lint
# Controls when the workflow will run
on:
# Triggers on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable