Skip to content

Add logging to attempt to debug CI issue #94

Add logging to attempt to debug CI issue

Add logging to attempt to debug CI issue #94

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: 16
- name: Install dependencies
run: yarn install
- name: Run Prettier Test
run: npx prettier --check .