about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-05-01 08:59:40 +0100
committerGitHub <noreply@github.com>2024-05-01 08:59:40 +0100
commit81ae7e425dc52846c5d4c282a0422a3875d84e2f (patch)
treefd268c721913a2d6548b299f4e3193bdb5cd5883 /.github
parent181e61bedb21003921fa21f6e8b86baf918d62bf (diff)
downloadvoidsky-81ae7e425dc52846c5d4c282a0422a3875d84e2f.tar.zst
Add kawaii mode (#3773)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/golang-test-lint.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml
index 2576c3479..a87e7f144 100644
--- a/.github/workflows/golang-test-lint.yml
+++ b/.github/workflows/golang-test-lint.yml
@@ -20,8 +20,8 @@ jobs:
         uses: actions/setup-go@v3
         with:
           go-version: '1.21'
-      - name: Dummy JS File
-        run: touch bskyweb/static/js/blah.js
+      - name: Dummy Static Files
+        run: touch bskyweb/static/js/blah.js && touch bskyweb/static/media/blah.txt
       - name: Check
         run: cd bskyweb/ && make check
       - name: Build (binary)
@@ -37,7 +37,7 @@ jobs:
         uses: actions/setup-go@v3
         with:
           go-version: '1.21'
-      - name: Dummy JS File
-        run: touch bskyweb/static/js/blah.js
+      - name: Dummy Static Files
+        run: touch bskyweb/static/js/blah.js && touch bskyweb/static/media/blah.txt
       - name: Lint
         run: cd bskyweb/ &&  make lint