remove blank lines (#462)

*removel blank lines
* fix the ci looking for the last tag
This commit is contained in:
registergoofy 2020-11-23 17:30:13 +01:00 committed by GitHub
parent c9cf4d3b3b
commit dccd6ebb40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -20,5 +20,3 @@ jobs:
# Optional: golangci-lint command line arguments.
args: --issues-exit-code=0 --timeout 5m
only-new-issues: true

View file

@ -36,7 +36,7 @@ jobs:
- uses: oprypin/find-latest-tag@v1
with:
repository: crowdsecurity/crowdsec # The repository to scan.
releases-only: false # We know that all relevant tags have a GitHub release for them.
releases-only: true # We know that all relevant tags have a GitHub release for them.
id: crowdsec # The step ID to refer to later.
- name: Create crowdsec test env with all parsers from the release
run: |