Skip to content

Update host and OS detectors for 1.0.1 #403

Update host and OS detectors for 1.0.1

Update host and OS detectors for 1.0.1 #403

Workflow file for this run

name: sanitycheck
on:
push:
branches: [ 'main*' ]
pull_request:
branches: [ 'main*' ]
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: install misspell
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell
sh ./install-misspell.sh
- name: run misspell
run: ./bin/misspell -error .