latchshot 0.2.0

A lightweight yet intelligent window-aware screenshot tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  ci:
    uses: so1ve/workflows/.github/workflows/rust-ci.yml@v1
    with:
      toolchain: stable
      runs-on-matrix: '"ubuntu-latest"'
      setup: .github/actions/setup-rust-ci