mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 21:17:01 +05:30
15 lines
289 B
YAML
15 lines
289 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- renovate/**
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
name: Check Rust code
|
|
jobs:
|
|
check:
|
|
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main
|
|
with:
|
|
apt_packages: libxcb-xfixes0-dev libxcb-shape0-dev
|