Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Perform dependency check
run: npm run knip

- name: Perform vally check
run: npm run vally

- name: Verify plugin.json copies are in sync
run: |
set -eu
Expand Down
5 changes: 4 additions & 1 deletion .licensee.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"blueOak": "bronze"
},
"packages": {
"optimist": "<=0.6.1"
"optimist": "<=0.6.1",
"@github/copilot": "*",
"@github/copilot-darwin-arm64": "*",
"@github/copilot-linux-x64": "*"
},
"corrections": true
}
Loading
Loading