Skip to content

0.1.0 release work

0.1.0 release work #13

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v6
- name: Run Cargo Clippy
run: cargo clippy -- -W clippy::pedantic -D warnings