Skip to content

Merge pull request #1 from CSC-510-G55/feature/bug-fixes #3

Merge pull request #1 from CSC-510-G55/feature/bug-fixes

Merge pull request #1 from CSC-510-G55/feature/bug-fixes #3

name: Style Checker and Prettify Code
on:
pull_request:
push:
branches:
- master
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md}