Skip to content

Adjust README for new home under linkml #112

Adjust README for new home under linkml

Adjust README for new home under linkml #112

Workflow file for this run

name: Typos
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell check with typos
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# https://github.com/actions/checkout
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
# https://github.com/crate-ci/typos
- name: Run typos on repo
uses: crate-ci/[email protected]