Skip to content

Remove pre-existing units from analysis files #1463

Remove pre-existing units from analysis files

Remove pre-existing units from analysis files #1463

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches:
- '!documentation'
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@master