Skip to content

New seralizable check too strict, should allow returning Dates from hook #140

New seralizable check too strict, should allow returning Dates from hook

New seralizable check too strict, should allow returning Dates from hook #140

Workflow file for this run

# GENERATED BY github-workflow-manager
# gwm: {"type":"prettier"}
name: Prettier
on: push
jobs:
prettier:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Run Prettier
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Run Prettier Test
run: npx prettier --check .