Skip to content

Commit

Permalink
ci: add workflows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Oct 20, 2024
1 parent 9a75a28 commit 38d8cb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: build.yml
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"

jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build

0 comments on commit 38d8cb5

Please sign in to comment.