Skip to content

Adopt code from py2neo to remove the use of the id function in cypher queries #675

Adopt code from py2neo to remove the use of the id function in cypher queries

Adopt code from py2neo to remove the use of the id function in cypher queries #675

Workflow file for this run

name: "Formatting - black"
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
defaults:
run:
shell: bash -l {0}
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Install steps"
run: |
python -m pip install black
- name: "Run the black check"
run: black --check --diff alchemiscale