Skip to content

Merge pull request #3 from NPACore/shim_and_station #28

Merge pull request #3 from NPACore/shim_and_station

Merge pull request #3 from NPACore/shim_and_station #28

Workflow file for this run

# Codespell configuration is within .codespellrc
---
name: linting
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: write
jobs:
lint:
name: Lint and spellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
run: make .lint
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5