Skip to content

Deal with aborted orders which were once in processing, also add codecov to see if it works #89

Deal with aborted orders which were once in processing, also add codecov to see if it works

Deal with aborted orders which were once in processing, also add codecov to see if it works #89

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