Browse Source

Testing..

all-contributors/add-PluckyPrecious
abhisheknaiidu 5 years ago
parent
commit
e2c044e55b
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .github/workflows/prettier.yml

+ 1
- 3
.github/workflows/prettier.yml View File

@ -9,14 +9,12 @@ on:
jobs:
prettier:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v2.2

Loading…
Cancel
Save