Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit efcec59

Browse files
committed
Deprecate project and disable maintenance
- Add deprecation notice to README - Remove scheduled execution from publish CI workflow - Delete renovate configuration file This project is no longer maintained.
1 parent ceb4ddc commit efcec59

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/renovate.json5

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
- 'patch'
1111
- 'minor'
1212
- 'major'
13-
schedule:
14-
- cron: '0 0 20 * *' # at AM 9 JST on day of month 20
1513

1614
concurrency:
1715
group: ${{ github.workflow }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# stylelint-config-kwork
22

3+
> **⚠️ DEPRECATED**: This package is no longer maintained and will not receive any updates. Please consider using alternative stylelint configurations for your projects.
4+
35
Stylelint configs for KnowledgeWork's projects.
46

57
## Usage

0 commit comments

Comments
 (0)