File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 node-version : " lts/*"
2929
3030 - name : Copy update-readme script from workflows repository
31- run : curl --create-dirs -fsSL https://raw.githubusercontent.com/eslint/workflows/main/tools/update-readme.js -o tools/update-readme.js
31+ run : curl --create-dirs -fsSL https://raw.githubusercontent.com/eslint/workflows/main/tools/update-readme.js -o .shared-workflows/ tools/update-readme.js
3232
3333 - name : Update README with latest sponsor data
34- run : node tools/update-readme.js
34+ run : node .shared-workflows/ tools/update-readme.js
3535
3636 - name : Setup Git
3737 run : |
Original file line number Diff line number Diff line change 33* .code-workspace
44.cursor
55.idea
6+
7+ # Automatically generated files by GitHub Actions workflow
8+ /.shared-workflows
You can’t perform that action at this time.
0 commit comments