feat: setup actions (#1)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 36s

Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2025-01-23 02:22:46 -08:00
committed by Naomi Carrigan
parent ebc793d833
commit 734514f87c
17 changed files with 285 additions and 119 deletions

View File

@ -9,7 +9,7 @@
"build": "tsc",
"lint": "eslint src --max-warnings 0 && prettier src --check",
"start": "op run --env-file='./prod.env' -- node prod/index.js",
"test": "echo 'no tests yet'",
"test": "echo 'no tests yet' && exit 0",
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/mod-bot' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_mod-bot -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io"
},
"repository": {
@ -22,7 +22,7 @@
},
"engines": {
"node": "22",
"pnpm": "9"
"pnpm": "10"
},
"homepage": "https://github.com/nhcarrigan/mod-bot#readme",
"devDependencies": {