Skip to content

Commit

Permalink
MVP (#8)
Browse files Browse the repository at this point in the history
* blatantly rip off cargo's structure

Signed-off-by: Bradley Reynolds <[email protected]>

* workflow: review deps

Signed-off-by: Bradley Reynolds <[email protected]>

* workflow: cargo doc

Signed-off-by: Bradley Reynolds <[email protected]>

* appease clippy

Signed-off-by: Bradley Reynolds <[email protected]>

* why are we skipping tests?

Signed-off-by: Bradley Reynolds <[email protected]>

---------

Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Nov 12, 2023
1 parent c2f076d commit b9d4acd
Show file tree
Hide file tree
Showing 14 changed files with 1,031 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Dependency Review'

on: [ pull_request ]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest

steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3

- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
with:
config-file: darbiadev/.github/.github/dependency-review-config.yaml@main
10 changes: 10 additions & 0 deletions .github/workflows/github-pages-rust-doc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: GitHub Pages - Rust doc

on:
push:
branches:
- main

jobs:
docs:
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@main
Loading

0 comments on commit b9d4acd

Please sign in to comment.