Merge pull request #338 from Luni-4/fix-clippy-pr

Enable clippy-check for pull requests
This commit is contained in:
est31 2019-10-05 04:01:25 +02:00 committed by GitHub
commit be54ffff09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ on: [push, pull_request]
jobs:
clippy-test:
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps: