Skip to content

feat(vrd): ✨ Separate the Random struct and its implementati… #30

feat(vrd): ✨ Separate the Random struct and its implementati…

feat(vrd): ✨ Separate the Random struct and its implementati… #30

Workflow file for this run

name: 🧪 Check
on:
push:
branches:
- feat/vrd
pull_request:
branches:
- feat/vrd
release:
types: [created]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo check --all-targets --workspace --all-features