Skip to content

Commit

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

* chore: update config files

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sebastian Landwehr <info@dword-design.de>
  • Loading branch information
3 people authored Apr 19, 2021
1 parent f30d57b commit 0435ec7
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 207 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:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==
- adrianwilczynski.toggle-hidden@1.0.2:pj4yxebPvdfdMeVIjOEuRQ==
- octref.vetur@0.33.1
Loading

0 comments on commit 0435ec7

Please sign in to comment.