Skip to content

fix: update diagnostic highlights #271

fix: update diagnostic highlights

fix: update diagnostic highlights #271

Workflow file for this run

name: Quality Assurance
on:
push:
branches: [master]
pull_request:
jobs:
style:
name: Stylua Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]