Skip to content

fix: Allow refreshing of the token when we don't have a user #79

fix: Allow refreshing of the token when we don't have a user

fix: Allow refreshing of the token when we don't have a user #79

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
spellcheck:
runs-on: 'ubuntu-latest'
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
- name: npm install
run: |
npm install -g git+https://github.com/streetsidesoftware/cspell-cli
cspell-cli --no-progress
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
# with:
# config: ''
# modified_files_only: false
# verbose: true