Skip to content

Commit 167a6a9

Browse files
authored
Merge pull request #12 from aaravind100/ajith/upd-ci-checks
chore: 👷 update ci checks
2 parents 7f780ab + d5edb79 commit 167a6a9

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.11"]
10+
python-version: ["3.12"]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Python ${{ matrix.python-version }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# vscode
2-
.vscode
2+
.vscode

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
77
- id: check-xml
8+
- id: check-yaml
9+
- id: end-of-file-fixer
810
- id: trailing-whitespace

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ npx @rose-pine/[email protected] -t template.xml -o . -f hex-ns
5555

5656
_Generated by [@rose-pine/build@0.9.1](https://github.com/rose-pine/build)_
5757

58-
<!-- /rose-pine-build -->
58+
<!-- /rose-pine-build -->

rose-pine-dawn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,4 +1505,4 @@
15051505
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="56949f" bgColor="56949f" />
15061506
<WidgetStyle name="Change History saved" styleID="0" fgColor="286983" bgColor="286983" />
15071507
</GlobalStyles>
1508-
</NotepadPlus>
1508+
</NotepadPlus>

rose-pine-moon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,4 +1505,4 @@
15051505
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="9ccfd8" bgColor="9ccfd8" />
15061506
<WidgetStyle name="Change History saved" styleID="0" fgColor="3e8fb0" bgColor="3e8fb0" />
15071507
</GlobalStyles>
1508-
</NotepadPlus>
1508+
</NotepadPlus>

rose-pine.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,4 +1505,4 @@
15051505
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="9ccfd8" bgColor="9ccfd8" />
15061506
<WidgetStyle name="Change History saved" styleID="0" fgColor="31748f" bgColor="31748f" />
15071507
</GlobalStyles>
1508-
</NotepadPlus>
1508+
</NotepadPlus>

template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,4 +1505,4 @@
15051505
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="$foam" bgColor="$foam" />
15061506
<WidgetStyle name="Change History saved" styleID="0" fgColor="$pine" bgColor="$pine" />
15071507
</GlobalStyles>
1508-
</NotepadPlus>
1508+
</NotepadPlus>

0 commit comments

Comments
 (0)