added actions #1

Merged
jjanella merged 3 commits from rust-nix-refactor into main 2026-01-31 15:50:16 -05:00
Showing only changes of commit ce4d8723ef - Show all commits
+19
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