Skip to content

Commit

Permalink
time is a tree(this life one leaf)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Jul 25, 2024
0 parents commit 7ff62e4
Show file tree
Hide file tree
Showing 34 changed files with 7,993 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@prestwich @evalir
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "weekly"
14 changes: 14 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Rust CI

on:
workflow_dispatch:
push:
branches: [main]
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
rust-base:
uses: init4tech/actions/.github/workflows/rust-base.yml@main
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 7ff62e4

Please sign in to comment.