Skip to content

Fix GH action log colors #27

Fix GH action log colors

Fix GH action log colors #27

Workflow file for this run

name: Prettier
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code style
uses: creyD/prettier_action@master
with:
dry: true
prettier_options: --check style.user.css