Skip to content

Commit 8340bd5

Browse files
committed
chore
1 parent b68a2ad commit 8340bd5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* @a5chin
2+
3+
.github/
4+
pyproject.toml
5+
uv.lock

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- ".github/actions/setup-python-with-uv"
7+
- ".github/actions/setup-python-with-uv/action.yml"
88
- ".github/workflows/lint.yml"
99
- "**.py"
1010
- ".python-version"
@@ -16,7 +16,7 @@ on:
1616
pull_request:
1717
branches: [main]
1818
paths:
19-
- ".github/actions/setup-python-with-uv"
19+
- ".github/actions/setup-python-with-uv/action.yml"
2020
- ".github/workflows/lint.yml"
2121
- "**.py"
2222
- ".python-version"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 a5chin
3+
Copyright (c) 2025 a5chin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)