Browse Source

Remove checkout ref

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

2
web/.github/workflows/linter.yml

@ -12,8 +12,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
fetch-depth: 0 fetch-depth: 0
- name: Prettier - name: Prettier

Loading…
Cancel
Save