Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'nhcarrigan-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Feb 15, 2024
2 parents 0d4cb86 + 53cdc3a commit b99faa4
Show file tree
Hide file tree
Showing 23 changed files with 617 additions and 243 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"rules": {
"require-await": "off"
}
},
{
"files": "src/contexts/productBoard.ts",
"rules": {
"camelcase": [
"error",
{
"allow": ["display_url"]
}
]
}
}
]
}
4 changes: 2 additions & 2 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build files
run: pnpm run build
- name: Setup CodeQL
uses: github/codeql-action/init@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2
uses: github/codeql-action/init@1a077f8f6c71a45340c26ca0b877e00459e5f443 # v2
with:
languages: ${{ matrix.language }}
- name: Perform Analysis
uses: github/codeql-action/analyze@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2
uses: github/codeql-action/analyze@1a077f8f6c71a45340c26ca0b877e00459e5f443 # v2
2 changes: 1 addition & 1 deletion .github/workflows/fly-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: Install Fly
uses: superfly/flyctl-actions/setup-flyctl@dfdfedc86b296f5e5384f755a18bf400409a15d0 # v1.4
uses: superfly/flyctl-actions/setup-flyctl@fc53c09e1bc3be6f54706524e3b82c4f462f77be # 1.5

- name: Deploy to Fly.io
run: flyctl deploy --remote-only
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v20
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@octokit/graphql": "7.0.2",
"discord.js": "14.14.1",
"dotenv": "16.4.1",
"dotenv": "16.4.4",
"node-fetch": "2",
"node-schedule": "2.1.1",
"winston": "3.11.0"
Expand All @@ -46,12 +46,12 @@
"@nhcarrigan/typescript-config": "1.0.1",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.6",
"@types/node": "18.19.12",
"@types/node": "18.19.15",
"@types/node-fetch": "2",
"@types/node-schedule": "2.1.5",
"@types/node-schedule": "2.1.6",
"chai": "4.4.1",
"eslint": "8.56.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"prettier": "2.8.8",
"ts-mocha": "10.0.0",
"typescript": "5.3.3"
Expand Down
Loading

0 comments on commit b99faa4

Please sign in to comment.