Skip to content

feat(Editor): allow relative line numbers in code editors #70

feat(Editor): allow relative line numbers in code editors

feat(Editor): allow relative line numbers in code editors #70

Workflow file for this run

name: CI-typos
on: [push, pull_request]
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check typos on code
uses: crate-ci/typos@master
with:
config: ./typos.toml