Skip to content

Commit

Permalink
style: reformat github actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
manhunto committed Mar 2, 2024
1 parent 0b870a0 commit a38adf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Clippy check

on:
push:
pull_request:

on: [pull_request, push]
env:
RUSTFLAGS: "-Dwarnings"

jobs:
clippy_check:
runs-on: ubuntu-latest
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Rust build + tests

on:
push:
pull_request:

on: [pull_request, push]
env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a38adf3

Please sign in to comment.