Skip to content

Commit

Permalink
ci: Refactor GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <[email protected]>
  • Loading branch information
nwagner84 committed Dec 12, 2024
1 parent 67e8fbf commit 3c10bc3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Rust CI

on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/rust.yml
- Cargo.toml
- crates/**
- src/**

jobs:
hello:
run: |
echo "Hello, World!"
exit 0

0 comments on commit 3c10bc3

Please sign in to comment.