Skip to content

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

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

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

Workflow file for this run

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