aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-10-02 14:58:03 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-10-02 15:20:12 +0200
commit71ff1585a8a2d66c13f0da7d76e7ce4922128d8f (patch)
treed9accdf9dd0fcfc9d21e098c915956fd8ba7f8e7 /.github/workflows/codespell.yml
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.tar
nvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.tar.gz
nvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.tar.bz2
nvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.tar.lz
nvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.tar.xz
nvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.tar.zst
nvim-lspconfig-71ff1585a8a2d66c13f0da7d76e7ce4922128d8f.zip
ci: refactor ci output
Separate install step from test step so the output from each isn't mixed with each other. Also add lint-like workflows to `lint.yml`.
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
deleted file mode 100644
index 31c713c5..00000000
--- a/.github/workflows/codespell.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: codespell
-on: [pull_request]
-jobs:
- codespell:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - name: Install codespell
- run: pip install codespell
- - name: Use codespell
- run: codespell --quiet-level=2 --check-hidden --skip=./doc/configs.md,./doc/configs.txt --ignore-words=.codespellignorewords