Merge pull request #106 from sebastienrousseau/dependabot/cargo/serde… #203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🧪 Check | |
on: | |
push: | |
branches: | |
- main | |
- feat/hsh | |
pull_request: | |
branches: | |
- feat/hsh | |
release: | |
types: [created] | |
jobs: | |
all: | |
name: Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hecrj/setup-rust-action@v2 | |
with: | |
components: clippy | |
- uses: actions/checkout@v4 | |
- name: Check lints | |
run: cargo check --all-targets --workspace --all-features |