Skip to content

Remove log scale from CI Job Durations y-axis (#2174) #5725

Remove log scale from CI Job Durations y-axis (#2174)

Remove log scale from CI Job Durations y-axis (#2174) #5725

Workflow file for this run

name: Spelling
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spelling:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install codespell
run: pip install codespell
- name: Check spelling
run: codespell .