Skip to content

fix: starship regression #174

fix: starship regression

fix: starship regression #174

Workflow file for this run

---
on: [push]
jobs:
CSPELL:
name: cSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}