This commit is contained in:
parent
ce88978583
commit
b1d5fc79ce
2 changed files with 1 additions and 20 deletions
13
.forgejo/workflows/build-rust.yml
Normal file
13
.forgejo/workflows/build-rust.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: https://github.com/famedly/github-workflows/.github/workflows/rust.yml@main
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue