chore: actions: typo

This commit is contained in:
coderiaser 2026-06-01 22:55:57 +03:00
parent c558e44a1c
commit d2176c93fb

View file

@ -22,7 +22,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install Redrun - name: Install Redrun
run: bun i redrun -g --no-save run: bun i redrun typos.ai -g --no-save
- name: Install - name: Install
run: bun i --no-save run: bun i --no-save
- name: Lint - name: Lint
@ -39,7 +39,7 @@ jobs:
- name: Typos Install - name: Typos Install
run: cargo install typos-cli || echo 'already installed' run: cargo install typos-cli || echo 'already installed'
- name: Typos - name: Typos
run: typos --write-changes run: typos --write-changes --format json | typos.ai
- name: Commit fixes - name: Commit fixes
uses: EndBug/add-and-commit@v10 uses: EndBug/add-and-commit@v10
continue-on-error: true continue-on-error: true