Skip to content

Adds clippy to gh actions and fixes clippy issues #92

Adds clippy to gh actions and fixes clippy issues

Adds clippy to gh actions and fixes clippy issues #92

name: CI
on:
push:
branches: [main]
pull_request:
branches: ["*"]
permissions:
contents: read
jobs:
test:
name: Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit