Remove checkout ref
This commit is contained in:
2
web/.github/workflows/linter.yml
vendored
2
web/.github/workflows/linter.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user