Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
We're there!
  • Loading branch information
lysnikolaou committed Aug 1, 2024
commit 408f845d6236bb685fd388c4c2e4e35881044216
69 changes: 0 additions & 69 deletions .github/workflows/main.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/precommit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Run pre-commit

on:
push:
branches:
- 3.*
- main
pull_request:

jobs:
test:
name: Run pre-commit.ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
fetch-depth: 2
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: "pip"
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: file-contents-sorter
files: "dictionaries/main.txt"
args: ["--unique"]
- id: trailing-whitespace
- id: check-yaml
- id: end-of-file-fixer

- repo: https://github.com/JulienPalard/powrap
rev: v1.0.1
hooks:
- id: powrap

- repo: https://git.afpy.org/AFPy/pospell.git
rev: v1.3
hooks:
- id: pospell
args:
- "--language=el_GR"
- "--personal-dict=dictionaries/main.txt"

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
hooks:
Expand Down
1 change: 0 additions & 1 deletion dictionaries/about.txt

This file was deleted.

103 changes: 0 additions & 103 deletions dictionaries/faq_programming.txt

This file was deleted.

49 changes: 0 additions & 49 deletions dictionaries/faq_windows.txt

This file was deleted.

58 changes: 0 additions & 58 deletions dictionaries/glossary.txt

This file was deleted.

4 changes: 0 additions & 4 deletions dictionaries/installed.txt

This file was deleted.

21 changes: 0 additions & 21 deletions dictionaries/license.txt

This file was deleted.

Loading