Add rust ci.

This commit is contained in:
Kavin 2022-10-23 21:16:35 +01:00
parent c45118145e
commit f97043f6a5
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 19 additions and 0 deletions

19
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Build using Cargo
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release