Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: sync template files [skip ci] (#42)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

trueberryless-org[bot]
github-actions[bot]
and committed by
GitHub
03107361 65a5b06f

+12 -2
+1 -1
.github/workflows/format.yaml
··· 18 18 persist-credentials: false 19 19 20 20 - name: Setup PNPM 21 - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 21 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 22 22 23 23 - name: Setup Node 24 24 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+1 -1
README.md
··· 55 55 56 56 Licensed under the MIT license, Copyright © trueberryless. 57 57 58 - See [LICENSE](/LICENSE) for more information. 58 + See [LICENSE](https://github.com/trueberryless-org/mutanuq/blob/main/LICENSE) for more information.
+10
starlight/package.json
··· 1 1 { 2 2 "name": "mutanuq", 3 3 "version": "0.3.0", 4 + "homepage": "https://mutanuq.trueberryless.org", 5 + "bugs": { 6 + "url": "https://github.com/trueberryless-org/mutanuq/issues" 7 + }, 8 + "repository": { 9 + "type": "git", 10 + "url": "https://github.com/trueberryless-org/mutanuq.git" 11 + }, 12 + "license": "MIT", 13 + "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 4 14 "type": "module", 5 15 "scripts": { 6 16 "astro": "astro",