Skip to content

Update template to account for users with only pending projects where samples havent been received yet #73

Update template to account for users with only pending projects where samples havent been received yet

Update template to account for users with only pending projects where samples havent been received yet #73

Workflow file for this run

name: Daily Read code formatting
on:
push:
branches:
- main
- dev
pull_request:
release:
types: [published]
# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
PythonBlack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check code lints with Black
uses: psf/black@stable