Skip to content

fix plugin/auto_reply: Use original msg.date instead of msgdate #74

fix plugin/auto_reply: Use original msg.date instead of msgdate

fix plugin/auto_reply: Use original msg.date instead of msgdate #74

Workflow file for this run

name: Build Check
on:
pull_request:
branches:
- main
- 'releases/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build