A little bit of formatting

This commit is contained in:
Xithrius 2022-03-26 03:53:34 -07:00 committed by GitHub
parent e045695c62
commit d089139d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@ name: CI
on: on:
push: push:
branches: branches: [ main ]
- main
pull_request: pull_request:
env: env:
@ -58,7 +57,6 @@ jobs:
- name: Check code for possible improvements - name: Check code for possible improvements
run: cargo clippy -- -D warnings run: cargo clippy -- -D warnings
# Prepare the Pull Request Payload artifact. If this fails, we # Prepare the Pull Request Payload artifact. If this fails, we
# we fail silently using the `continue-on-error` option. It's # we fail silently using the `continue-on-error` option. It's
# nice if this succeeds, but if it fails for any reason, it # nice if this succeeds, but if it fails for any reason, it