Skip to content

add github workflow (cargo clippy) #1

add github workflow (cargo clippy)

add github workflow (cargo clippy) #1

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- uses: actions/checkout@v3
- run: cargo clippy
- run: cargo test