Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Jul 19, 2024
1 parent 67d7b27 commit 25598d4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/ls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ls
on:
push:

jobs:
ls:
runs-on: ubuntu-latest
steps:
- run: cd templates && ls -1 | grep -v 'ls' > ls
- run: cd features && ls -1 | grep -v 'ls' > ls
- run: cd addons && ls -1 | grep -v 'ls' > ls
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# mcman-meta
Metadata about some optional extra things

This repository includes
- `templates` to use in `mcman init`
- `addons` for ready to use addons
- [JSON `schemas`](https://json-schema.org/) for editor tools
- `features`
2 changes: 2 additions & 0 deletions addons/papi-plugin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type = ""
target = "plugins"
File renamed without changes.
1 change: 1 addition & 0 deletions templates/ls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank

0 comments on commit 25598d4

Please sign in to comment.