added actions #1

Merged
jjanella merged 3 commits from rust-nix-refactor into main 2026-01-31 20:50:16 +00:00
Showing only changes of commit ce4d8723ef - Show all commits

19
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,19 @@
name: Build and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Application
run: cargo run --release
- name: Upload artifacts
uses: actions/upload-artifact@v4