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

Fix load from json not working #88

Fix load from json not working

Fix load from json not working #88

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