Skip to content

Commit 6e118aa

Browse files
renovate[bot]renovate-botdword-design
authored
chore: lock file maintenance (#7)
* chore: lock file maintenance * chore: update config files Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Sebastian Landwehr <[email protected]>
1 parent 6ea1ad4 commit 6e118aa

File tree

5 files changed

+123
-97
lines changed

5 files changed

+123
-97
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- if: failure()
2323
uses: actions/upload-artifact@v2
2424
with:
25+
name: Image Snapshot Diffs
2526
path: "**/__image_snapshots__/__diff_output__"
2627
- uses: codecov/codecov-action@v1
2728
with:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
jobs:
2+
build:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v2
6+
- uses: dword-design/action-sync-node-meta@fork
7+
with:
8+
approve: false
9+
commitMessagePrefix: "fix:"
10+
githubToken: ${{ secrets.GITHUB_TOKEN }}
11+
name: sync-metadata
12+
on:
13+
schedule:
14+
- cron: 0 5 * * *
15+
workflow_dispatch: {}

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
55
RUN sudo apt-get install git-lfs
66
RUN git lfs install
77
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
8-
RUN yarn global add gitpod-env-per-project @babel/core @babel/node
8+
RUN yarn global add gitpod-env-per-project @babel/node
99
RUN sudo apt-get install -y graphviz
1010

1111
# Puppeteer dependencies

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ vscode:
88
extensions:
99
- [email protected]:8jjyZYuYF6yW6nwsAiulrg==
1010
- [email protected]:pj4yxebPvdfdMeVIjOEuRQ==
11+

0 commit comments

Comments
 (0)