mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
Remove checkout ref
This commit is contained in:
parent
27cb170c34
commit
8437a6fb78
1 changed files with 0 additions and 2 deletions
2
web/.github/workflows/linter.yml
vendored
2
web/.github/workflows/linter.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Prettier
|
||||
|
|
Loading…
Reference in a new issue