Browse Source

Try and fix the workflow failing

pull/1886/head
Gabe Kangas 5 years ago committed by GitHub
parent
commit
90d4f4be3e
  1. 1
      web/.github/workflows/linter.yml

1
web/.github/workflows/linter.yml

@ -13,6 +13,7 @@ jobs: @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Prettier
uses: creyD/prettier_action@v3.1

Loading…
Cancel
Save