Skip to content

Oct24 project updates #5

Oct24 project updates

Oct24 project updates #5

name: Prettier Style Gate
on:
pull_request:
push:
branches:
- prettylint
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettier Action
uses: creyD/[email protected]
with:
dry: true
prettier_options: --check **/*.{js,scss,css,json} --single-quote --jsx-single-quote
- name: Linting
run: |
npm run lint