Skip to content

Merge pull request #4 from hhatto/modernize-2025 #19

Merge pull request #4 from hhatto/modernize-2025

Merge pull request #4 from hhatto/modernize-2025 #19

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --all-features -- -D warnings