Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Pipette tool now shows the colors it picks. #366

Pipette tool now shows the colors it picks.

Pipette tool now shows the colors it picks. #366

Workflow file for this run

name: Run tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
run_checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- run: rustup component add clippy
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential libgtk-3-dev libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features