Skip to content

Merge pull request #26 from nojronatron/dependabot/npm_and_yarn/tar-6… #53

Merge pull request #26 from nojronatron/dependabot/npm_and_yarn/tar-6…

Merge pull request #26 from nojronatron/dependabot/npm_and_yarn/tar-6… #53

Workflow file for this run

name: Prettier Style Gate
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettier Action
uses: creyD/prettier_action@v4.3
with:
dry: true
prettier_options: --check **/*.{js,scss,css,json} --single-quote --jsx-single-quote