diff --git a/.github/workflows/gource.yml b/.github/workflows/gource.yml new file mode 100644 index 00000000..b1c2cb8c --- /dev/null +++ b/.github/workflows/gource.yml @@ -0,0 +1,32 @@ +name: Gource Action +on: + pull_request: + branches: [ master ] + +jobs: + action: + timeout-minutes: 8 + runs-on: ubuntu-latest + + steps: + - name: 'Checkout' + uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: 'Gource Action' + uses: nbprojekt/gource-action@v1 + with: + gource_title: 'Peirce My Heart' + logo_url: 'https://i.pinimg.com/736x/4e/35/fe/4e35fe64dbcd102d48e1fef43613d6e7.jpg' + gource_resolution: '720p' + gource_fps: 25 + gource_time_scale: 0.55 + gource_user_scale: 0.7 + gource_font_size: 36 + + - name: 'Upload gource video' + uses: actions/upload-artifact@v2 + with: + name: Gource + path: ./gource/gource.mp4 \ No newline at end of file diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..3ff4931e --- /dev/null +++ b/.mailmap @@ -0,0 +1,5 @@ +Ryan Reilly +Dawn Moore +Anusha Tiwari +Subrina Huda +James Oswald \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index f6a32dfa..de66fff3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,6 +35,8 @@ "vitetest", "wicg", "Wireframe", + "Gource", + "nbprojekt", "xshift", "yshift" ],