embassy_pico_mouse/.gitea/workflows/pull_request.yaml

23 lines
462 B
YAML
Raw Permalink Normal View History

2023-08-25 11:38:30 +00:00
name: Gavania Merge Build
run_name: Test successful gavania build on merge request
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install flip-link
run: cargo install flip-link
2023-08-25 11:38:30 +00:00
- name: Build
run: cargo build