Skip to content

Remove timezone information when querying local time #129

Remove timezone information when querying local time

Remove timezone information when querying local time #129

Workflow file for this run

name: Check for typos
on:
push:
branches:
- master
- develop
paths:
- "**.json"
- "**.py"
- "**.md"
- "**.yml"
- "pyproject.toml"
- "setup.cfg"
pull_request:
paths:
- "**.json"
- "**.py"
- "**.md"
- "**.yml"
- "pyproject.toml"
- "setup.cfg"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@v2