fix: linter happy now??
This commit is contained in:
@@ -5,10 +5,9 @@ set -euxo pipefail
|
|||||||
# Setup licensed
|
# Setup licensed
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
cmake pkg-config
|
cmake pkg-config
|
||||||
|
|
||||||
gem install licensed
|
gem install licensed
|
||||||
|
|
||||||
# NPM install
|
# NPM install
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -12,9 +12,9 @@
|
|||||||
"@actions/core": "^1.11.1"
|
"@actions/core": "^1.11.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@azure-rest/ai-inference": "*",
|
"@azure-rest/ai-inference": "latest",
|
||||||
"@azure/core-auth": "*",
|
"@azure/core-auth": "latest",
|
||||||
"@azure/core-sse": "*",
|
"@azure/core-sse": "latest",
|
||||||
"@eslint/compat": "^1.2.9",
|
"@eslint/compat": "^1.2.9",
|
||||||
"@github/local-action": "^3.2.1",
|
"@github/local-action": "^3.2.1",
|
||||||
"@jest/globals": "^29.7.0",
|
"@jest/globals": "^29.7.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user