Skip to content

Commit

Permalink
👷 (ci): Run CI on push and pull request
Browse files Browse the repository at this point in the history
semver: chore
  • Loading branch information
Somfic committed May 25, 2024
1 parent 134a0e0 commit 75a53b4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: CI
on:
workflow_call:
inputs:
rust-version:
type: string
required: false
default: nightly
- push
- pull_request

jobs:
check:
Expand All @@ -17,7 +14,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ inputs.rust-version }}
toolchain: nightly
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit 75a53b4

Please sign in to comment.