Testing..

This commit is contained in:
abhisheknaiidu 2020-07-15 17:48:21 +05:30
parent da1b9444a6
commit e2c044e55b

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