Skip to content

Commit

Permalink
chore: lock file maintenance (#11)
Browse files Browse the repository at this point in the history
* chore: lock file maintenance

* chore: update config files

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Sebastian Landwehr <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2021
1 parent f856a73 commit 32f1272
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 151 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- if: failure()
uses: actions/upload-artifact@v2
with:
name: Image Snapshot Diffs
path: "**/__image_snapshots__/__diff_output__"
- if: matrix.os == 'ubuntu-latest' && matrix.node == 12
uses: codecov/codecov-action@v1
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/sync-metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dword-design/action-sync-node-meta@fork
with:
approve: false
commitMessagePrefix: "fix:"
githubToken: ${{ secrets.GITHUB_TOKEN }}
name: sync-metadata
on:
schedule:
- cron: 0 5 * * *
workflow_dispatch: {}
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
RUN sudo apt-get install git-lfs
RUN git lfs install
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add gitpod-env-per-project @babel/core @babel/node
RUN yarn global add gitpod-env-per-project @babel/node
RUN sudo apt-get install -y graphviz

# Puppeteer dependencies
Expand Down
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ vscode:
extensions:
- [email protected]:8jjyZYuYF6yW6nwsAiulrg==
- [email protected]:pj4yxebPvdfdMeVIjOEuRQ==
- [email protected]
Loading

0 comments on commit 32f1272

Please sign in to comment.