Skip to content

Fix date sorting in story list, use Lodash ES #2

Fix date sorting in story list, use Lodash ES

Fix date sorting in story list, use Lodash ES #2

Workflow file for this run

name: Prettify PRs
on:
pull_request:
branches: [develop]
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
- name: Prettify code
uses: creyD/[email protected]
with:
only_changed: True