We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a1732 commit 158f97eCopy full SHA for 158f97e
.github/workflows/check.yml
@@ -34,3 +34,11 @@ jobs:
34
node_modules/.astro/assets
35
restore-keys: ${{ runner.os }}-astro-build
36
- run: bun run build
37
+ dirs-small:
38
+ name: All dirs must be small (<5MB)
39
+ runs-on: ubuntu-latest
40
+ steps:
41
+ - uses: actions/checkout@v4
42
+ - uses: cachix/install-nix-action@v31
43
+ - run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/articles/*/*
44
+ - run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/members/*
0 commit comments