This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
chore: π§βπ» add devcontainer.json #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spell Check | |
on: [push, workflow_dispatch] | |
jobs: | |
spelling: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Spell Check with Typos | |
uses: crate-ci/typos@master | |
with: | |
config: ./typos.toml |