Skip to content

feat: implement aspiration windows #75

feat: implement aspiration windows

feat: implement aspiration windows #75

Workflow file for this run

name: Clippy Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Install just
uses: extractions/setup-just@v2
- name: clippy
run: just lint