Skip to content

Merge branch 'main' of github.com:NPACore/mrrc-hdr-qa #17

Merge branch 'main' of github.com:NPACore/mrrc-hdr-qa

Merge branch 'main' of github.com:NPACore/mrrc-hdr-qa #17

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