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 6f9214a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Rust CI

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

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

0 comments on commit 6f9214a

Please sign in to comment.