Skip to content

chore: release 0.1.0-alpha.3 #13

chore: release 0.1.0-alpha.3

chore: release 0.1.0-alpha.3 #13

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Birger Schacht <[email protected]>
# SPDX-License-Identifier: MIT
#
on: push
name: Clippy check
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features