Skip to content

Update to Slint 1.7.1 #10

Update to Slint 1.7.1

Update to Slint 1.7.1 #10

Workflow file for this run

name: Sanity Check
on:
push:
branches:
- dev
- bookworm
jobs:
spell-check:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/bookworm' || github.ref == 'refs/heads/dev'
container:
image: node:18
name: Spell Check
steps:
- uses: actions/checkout@v3
- name: cspell CLI Lint
shell: bash
run: |
npm install git+https://github.com/streetsidesoftware/cspell-cli
npx cspell-cli lint --relative