Skip to content

updated atoms.json atom colors to something more standard - colors ta… #338

updated atoms.json atom colors to something more standard - colors ta…

updated atoms.json atom colors to something more standard - colors ta… #338

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
lint-mdanse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "MDANSE/Src"
lint-mdanse-gui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "MDANSE_GUI/Src"