Skip to content

Commit

Permalink
Add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Feb 1, 2025
1 parent 4e8f635 commit ec241a8
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Check"

on:
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build
- run: nix flake check
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- Documents things a little bit:
- Explain python hell.
- How to setup everything.
- The stack.
- And other.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion projects/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING!: Please check ./projects/documentation/README.md before editing this file

site_name: Documentation
site_name: documentation

nav:
- Intro: 'index.md'
2 changes: 1 addition & 1 deletion projects/sprout/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Sprout
site_name: sprout

nav:
- Intro: 'index.md'

0 comments on commit ec241a8

Please sign in to comment.