Skip to content

Merge pull request #5 from hhatto/dependabot/github_actions/actions/c… #22

Merge pull request #5 from hhatto/dependabot/github_actions/actions/c…

Merge pull request #5 from hhatto/dependabot/github_actions/actions/c… #22

Workflow file for this run

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