File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- name : Pre-Commit
2-
3- on : [push]
4-
5- jobs :
6- build :
7- runs-on : ubuntu-latest
8- strategy :
9- matrix :
10- python-version : ["3.13"]
11- steps :
12- - uses : actions/checkout@v4
13- - name : Set up Python ${{ matrix.python-version }}
14- uses : actions/setup-python@v4
15- with :
16- python-version : ${{ matrix.python-version }}
17- - name : pre-commit
18- uses : pre-commit/ action@v3.0.1
1+ name : Pre-Commit
2+
3+ on : [push, pull_request ]
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ strategy :
9+ matrix :
10+ python-version : ["3.13"]
11+ steps :
12+ - uses : actions/checkout@v5
13+ - name : Set up Python ${{ matrix.python-version }}
14+ uses : actions/setup-python@v6
15+ with :
16+ python-version : ${{ matrix.python-version }}
17+ - name : pre-commit
18+ uses : j178/prek- action@v1
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v5 .0.0
3+ rev : v6 .0.0
44 hooks :
55 - id : check-case-conflict
66 - id : check-merge-conflict
Original file line number Diff line number Diff line change 1313
1414## Usage
1515
16- 1 . Download the xml for the varient and copy it to %AppData%\Notepad++\themes in windows.
16+ 1 . Download the xml for the variant and copy it to %AppData%\Notepad++\themes in windows.
17172 . Restart Notepad++ if it is open.
18- 3 . Select the varient from Settings > Style Configurator.
18+ 3 . Select the variant from Settings > Style Configurator.
1919
2020## Gallery
2121
You can’t perform that action at this time.
0 commit comments