Skip to content

Merge pull request #42 from aanil/fix_git #118

Merge pull request #42 from aanil/fix_git

Merge pull request #42 from aanil/fix_git #118

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