Skip to content

Partially revert "fix: macos-notification-state not working well" (#1… #1

Partially revert "fix: macos-notification-state not working well" (#1…

Partially revert "fix: macos-notification-state not working well" (#1… #1

Workflow file for this run

# Codespell configuration is within .codespellrc
---
name: Codespell
on:
push:
branches: [develop]
pull_request:
branches: [develop]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2