Skip to content

Update config analyte source reporting - missed tds, ph, and silica #179

Update config analyte source reporting - missed tds, ph, and silica

Update config analyte source reporting - missed tds, ph, and silica #179

Workflow file for this run

name: Format code
on:
pull_request:
branches: [feature/jir]
push:
branches: [feature/jir, dev/jab]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: psf/black@stable
with:
options: "--verbose"
# src: "pychron/"
# - uses: rickstaa/action-black@v1
# with:
# black_args: " pychron/**/*.py "
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: Formatting changes
branch: ${{ github.head_ref }}