Skip to content

Fixed custom tweet message to make it work with scheduled posts. #131

Fixed custom tweet message to make it work with scheduled posts.

Fixed custom tweet message to make it work with scheduled posts. #131

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- develop
paths-ignore:
- '**.js'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No ESLint check required"'