2023-08-16 07:17:21 +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:
|
|
|
|
steps:
|
2024-03-12 12:02:15 +00:00
|
|
|
- uses: https://github.com/actions/checkout@main
|
2023-08-16 07:17:21 +00:00
|
|
|
|
|
|
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
|
|
|
|
|
|
|
- name: Build
|
|
|
|
run: cargo build
|