Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Merge pull request #137 from fkunn1326/fix-load-from-json #90

Merge pull request #137 from fkunn1326/fix-load-from-json

Merge pull request #137 from fkunn1326/fix-load-from-json #90

Workflow file for this run

---
# yamllint disable rule:line-length
name: Typos
on: # yamllint disable-line rule:truthy
push:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: typos-action
uses: crate-ci/typos@v1.13.10