Skip to content

Commit

Permalink
build(mise): migrate Makefile to mise tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
chronicc committed Oct 27, 2024
1 parent ea50b3e commit c933722
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .mise/tasks/list/server-applications
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# mise description="Get a list of all server applications"

cat playbooks/10-server.yml | grep -oP "app_[^ ]+" | sort | uniq
4 changes: 4 additions & 0 deletions .mise/tasks/list/server-features
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# mise description="Get a list of all server features"

cat playbooks/10-server.yml | grep -oP "feature_[^ ]+" | sort | uniq
13 changes: 0 additions & 13 deletions Makefile

This file was deleted.

0 comments on commit c933722

Please sign in to comment.