Skip to content

Clean up new clippy warning: Option<&T> is more idiomatic than &Opti… #25

Clean up new clippy warning: Option<&T> is more idiomatic than &Opti…

Clean up new clippy warning: Option<&T> is more idiomatic than &Opti… #25

Workflow file for this run

name: Windows-CI
on:
push:
branches: [master]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Check
run: cargo check --verbose