File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 2020 needs : tests
2121 name : " Generate changelog"
2222 uses : ./.github/workflows/generate-changelog.yaml
23+
2324 docs :
2425 needs : generate-changelog
2526 name : " Build and publish docs"
Original file line number Diff line number Diff line change @@ -68,16 +68,3 @@ repos:
6868 name : " Lint : biome (ts/js)"
6969 additional_dependencies : ["@biomejs/biome@1.9.4"]
7070 args : ["--config-path", "web"]
71-
72- - repo : https://github.com/codespell-project/codespell
73- rev : v2.4.1
74- hooks :
75- - id : codespell
76- name : " Lint : spelling"
77- description : Checks for common misspellings in text files.
78- entry : codespell --toml=api/pyproject.toml
79- exclude : documentation/docs/changelog/changelog.md
80- language : python
81- types : [text]
82- additional_dependencies :
83- - tomli
You can’t perform that action at this time.
0 commit comments