Skip to content

feat: add discord-handle-ping-message-middleware #3

feat: add discord-handle-ping-message-middleware

feat: add discord-handle-ping-message-middleware #3

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
check_lint_and_format:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node Dependencies
run: npm install --frozen-lockfile
- name: Check Code format & Linting
run: npm run check
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1