including-modules

This commit is contained in:
Kismet Hasanaj
2026-05-03 00:14:08 +02:00
parent ec83a0d879
commit 39a8a128be
20434 changed files with 3906546 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
open_collective: lottie
+22
View File
@@ -0,0 +1,22 @@
<!--
This template is for bug reports. If you are reporting a bug, please answer all the questions below.
If you are here for another reason (feature request, question, etc) please delete this template before continuing.
Note that leaving sections blank will make it difficult for us to troubleshoot bugs, causing delays in our response,
or result in closing this issue.
Please include screenshots where applicable.
-->
**Tell us about your environment**
* **Browser and Browser Version:**
* **After Effects Version:**
**What did you do? Please explain the steps you took before you encountered the problem.**
**What did you expect to happen?**
**What actually happened? Please include as much _relevant_ detail as possible.**
**Please provide a download link to the After Effects file that demonstrates the problem.**
+24
View File
@@ -0,0 +1,24 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
pull_request
jobs:
create_snapshots:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- run: npm install
- run: npm run test:create
- run: npm run build
- run: npm run test:compare