Skip to content

Reformatted all files #25

Reformatted all files

Reformatted all files #25

Workflow file for this run

name: Linting
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: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md,css,jsx}