Skip to content

Commit

Permalink
Split into library and CLI crates
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Nov 19, 2024
1 parent a029581 commit f9d3fb7
Show file tree
Hide file tree
Showing 8 changed files with 570 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build
on:
pull_request:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo run -- --help
Loading

0 comments on commit f9d3fb7

Please sign in to comment.