Merge remote-tracking branch 'upstream/master'

This commit is contained in:
ABSphreak 2020-07-15 18:01:52 +05:30
commit 962cf2dff5

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