mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-08 14:36:02 +01:00
Add checkout step to whitespace CI job
This commit is contained in:
parent
372ac3a40c
commit
af2b5fef13
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -84,6 +84,9 @@ jobs:
|
|||
whitespace:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Ensure there are no trailing spaces
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue