Skip to content

Split out the code for finding dominant colours #6

Split out the code for finding dominant colours

Split out the code for finding dominant colours #6

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- run: cargo build
- run: cargo test
- run: cargo fmt --check