Skip to content

Merge pull request #1257 from clowder-framework/fix/download-content-… #3007

Merge pull request #1257 from clowder-framework/fix/download-content-…

Merge pull request #1257 from clowder-framework/fix/download-content-… #3007

Workflow file for this run

name: Backend Lint
on:
push:
branches:
- 'main'
- 'release/*'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'release/*'
defaults:
run:
working-directory: backend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@23.3.0