Skip to content

Merge pull request #29 from sebastienrousseau/dependabot/github_actio… #90

Merge pull request #29 from sebastienrousseau/dependabot/github_actio…

Merge pull request #29 from sebastienrousseau/dependabot/github_actio… #90

Workflow file for this run

name: 🧪 Check
on:
push:
branches:
- master
- feat/serde_yml
pull_request:
branches:
- feat/serde_yml
release:
types: [created]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/[email protected]
with:
components: clippy
- uses: actions/[email protected]
- name: Check lints
run: cargo check --all-targets --workspace --all-features