Skip to content

Commit b992303

Browse files
authored
Merge pull request #16 from aaravind100/ajith/use-prek
replace pre-commit with prek
2 parents ab506a0 + ed3c0fe commit b992303

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/pre-commit.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
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.
1717
2. 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

0 commit comments

Comments
 (0)