Add actions file
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 4m46s

This commit is contained in:
hodasemi 2023-08-15 15:02:19 +02:00
parent 73fdfc1051
commit eed558df1a

View file

@ -0,0 +1,19 @@
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: Build
run: cargo build