Skip to content

Night Owl - Update Line Highlight Background #52

Night Owl - Update Line Highlight Background

Night Owl - Update Line Highlight Background #52

Workflow file for this run

---
name: "Prettier"
on:
pull_request:
jobs:
prettier:
name: "Prettier"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/[email protected]
- name: "Prettier check"
uses: creyD/[email protected]
with:
prettier_options: "--check ."