Skip to content

Add ContextMenuReaction interface and update query cache initialization #325

Add ContextMenuReaction interface and update query cache initialization

Add ContextMenuReaction interface and update query cache initialization #325

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Build
run: pnpm build
- name: Test
run: pnpm test
env:
AUDIT_LOG_WEBHOOK: ${{ secrets.AUDIT_LOG_WEBHOOK }}
DM_MESSAGE_CONTENT: 'fuga'
MENTION_MESSAGE_CONTENT: 'piyo'
POSTGRES_URL: ${{ secrets.POSTGRES_URL }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
use_oidc: true
fail_ci_if_error: true