Skip to content

clippy 1.79 lints

clippy 1.79 lints #28

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Kent Gibson <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose