Skip to content

Commit

Permalink
Fix lively.project adherence
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha committed Jul 31, 2023
1 parent e5f541c commit 743b8e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: LivelyKernel/lively.next
ref: 5b41156054ea4d84263190432d45b773b780ca31
ref: 34f27b39a9805265b86369a67ee0ffe665dc1f8e
- name: Setup node
uses: actions/setup-node@v2
with:
Expand All @@ -33,4 +33,4 @@ jobs:
# wait until server is guaranteed to be running
sleep 30
- name: Run CI Test Script
run: ./scripts/test.sh LivelyKernel--partsbin
run: ./scripts/test.sh LivelyKernel--partsbin
5 changes: 5 additions & 0 deletions fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
DO NOT CHANGE THE CONTENTS OF THIS FILE!
Its contend is managed automatically by lively.next. It will automatically be loaded/bundled together with this project!
*/

2 changes: 2 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Use this file to add custom CSS to be used for this project! */
/* Do NOT use @import rules in this file! */

0 comments on commit 743b8e5

Please sign in to comment.