File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ name : update-readme
2+
3+ on :
4+ schedule :
5+ - cron : " 0 8 * * *" # Runs every day at 08:00 AM UTC
6+
7+ workflow_dispatch :
8+
9+ jobs :
10+ update-readme :
11+ uses : eslint/workflows/.github/workflows/update-readme.yml@main
12+ secrets :
13+ workflow_push_bot_token : ${{ secrets.WORKFLOW_PUSH_BOT_TOKEN }}
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ package-lock.json
77* .code-workspace
88.idea
99.cursor
10+
11+ # Automatically generated files by GitHub Actions workflow
12+ tools /update-readme.js
Original file line number Diff line number Diff line change @@ -121,3 +121,10 @@ module.exports = {
121121 },
122122};
123123` ` `
124+
125+ <!-- NOTE: This section is autogenerated. Do not manually edit.-->
126+ <!--sponsorsstart-->
127+
128+ ## Sponsors
129+
130+ <!--sponsorsend-->
Original file line number Diff line number Diff line change 1616 " lib"
1717 ],
1818 "scripts" : {
19- "lint" : " eslint ." ,
19+ "lint" : " eslint" ,
20+ "lint:fix" : " eslint --fix" ,
2021 "test" : " mocha tests/**/*.test.js"
2122 },
2223 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments