Skip to content

Fix: open on linux / xdg-open output's parent dir #17

Fix: open on linux / xdg-open output's parent dir

Fix: open on linux / xdg-open output's parent dir #17

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Use codespell
run: make spell