Skip to content

Commit

Permalink
Remove cargo-check step, only run checks once for PRs (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind authored Dec 19, 2023
1 parent 5eb98f0 commit fafc808
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/check.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

name: Cargo Clippy

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

name: Cargo Format

Expand Down

0 comments on commit fafc808

Please sign in to comment.