Skip to content

Tell codespell to skip JSON files in fonts directories #2298

Tell codespell to skip JSON files in fonts directories

Tell codespell to skip JSON files in fonts directories #2298

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
["--skip", ".lib_nbgl/include/*.json", ".lib_bagl/include/*.json", "--"]

Check failure on line 15 in .github/workflows/pre-commit.yml

View workflow run for this annotation

GitHub Actions / pre-commit

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit.yml (Line: 15, Col: 11): A sequence was not expected