mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Workflows: add spellcheck job
This commit is contained in:
@@ -5,6 +5,20 @@ on:
|
|||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
spellcheck:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install codespell
|
||||||
|
shell: bash
|
||||||
|
run: sudo apt update && sudo apt install -y codespell
|
||||||
|
|
||||||
|
- name: Run Spellchecker
|
||||||
|
run: codespell
|
||||||
|
|
||||||
linux-buildtest:
|
linux-buildtest:
|
||||||
name: Linux build test
|
name: Linux build test
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user