Mirror of
0
fork

Configure Feed

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

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

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
f2c1e65b 60bedb73

+34 -12
+2 -2
.github/workflows/format.yaml
··· 7 7 contents: read 8 8 9 9 env: 10 - NODE_VERSION: 24.10.0 10 + NODE_VERSION: 24.14.1 11 11 12 12 jobs: 13 13 autofix: ··· 18 18 persist-credentials: false 19 19 20 20 - name: Setup PNPM 21 - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 21 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4 22 22 23 23 - name: Setup Node 24 24 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+22
.github/workflows/tangle.yaml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + permissions: 8 + contents: read 9 + pull-requests: read 10 + 11 + jobs: 12 + tangle: 13 + runs-on: ubuntu-latest 14 + if: github.repository_owner == 'trueberryless-org' 15 + concurrency: 16 + group: tangle-mirror-${{ github.ref }} 17 + cancel-in-progress: true 18 + steps: 19 + - uses: gwennlbh/to-tangled@6867d16fd934f3fe27df0a540dbd6375ea88b31c # v0.5 20 + with: 21 + repo: trueberryless.org/videos 22 + ssh-key: ${{ secrets.TANGLED_KEY }}
+1 -1
package.json
··· 12 12 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 13 13 "devDependencies": { 14 14 "@trivago/prettier-plugin-sort-imports": "6.0.2", 15 - "prettier": "3.8.1", 15 + "prettier": "3.8.3", 16 16 "prettier-plugin-astro": "0.14.1" 17 17 }, 18 18 "packageManager": "pnpm@10.10.0"
+9 -9
pnpm-lock.yaml
··· 10 10 devDependencies: 11 11 '@trivago/prettier-plugin-sort-imports': 12 12 specifier: 6.0.2 13 - version: 6.0.2(prettier@3.8.1) 13 + version: 6.0.2(prettier@3.8.3) 14 14 prettier: 15 - specifier: 3.8.1 16 - version: 3.8.1 15 + specifier: 3.8.3 16 + version: 3.8.3 17 17 prettier-plugin-astro: 18 18 specifier: 0.14.1 19 19 version: 0.14.1 ··· 1487 1487 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1488 1488 engines: {node: ^14.15.0 || >=16.0.0} 1489 1489 1490 - prettier@3.8.1: 1491 - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1490 + prettier@3.8.3: 1491 + resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} 1492 1492 engines: {node: '>=14'} 1493 1493 hasBin: true 1494 1494 ··· 2514 2514 2515 2515 '@shikijs/vscode-textmate@10.0.2': {} 2516 2516 2517 - '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 2517 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.3)': 2518 2518 dependencies: 2519 2519 '@babel/generator': 7.28.5 2520 2520 '@babel/parser': 7.28.5 ··· 2524 2524 lodash-es: 4.17.22 2525 2525 minimatch: 9.0.5 2526 2526 parse-imports-exports: 0.2.4 2527 - prettier: 3.8.1 2527 + prettier: 3.8.3 2528 2528 transitivePeerDependencies: 2529 2529 - supports-color 2530 2530 ··· 3799 3799 prettier-plugin-astro@0.14.1: 3800 3800 dependencies: 3801 3801 '@astrojs/compiler': 2.10.3 3802 - prettier: 3.8.1 3802 + prettier: 3.8.3 3803 3803 sass-formatter: 0.7.9 3804 3804 3805 - prettier@3.8.1: {} 3805 + prettier@3.8.3: {} 3806 3806 3807 3807 prismjs@1.30.0: {} 3808 3808