Skip to content

jobs/machines: manager: simplify logic using HashMap::entry() #26

jobs/machines: manager: simplify logic using HashMap::entry()

jobs/machines: manager: simplify logic using HashMap::entry() #26

Workflow file for this run

name: codespell
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '48 20 * * 4'
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git log --reverse > git-history.txt
- run: python3 -m pip install codespell
- run: codespell -D .dictionary -D -