Skip to content

Commit

Permalink
feat: initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
evlli committed Nov 20, 2023
1 parent 52ee197 commit b5059f2
Show file tree
Hide file tree
Showing 12 changed files with 1,612 additions and 463 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
on:
push:
branches: [main]
tags: ['*']
pull_request:

jobs:
build:
uses: famedly/github-workflows/.github/workflows/rust.yml@main
secrets: inherit
Loading

0 comments on commit b5059f2

Please sign in to comment.