Skip to content

Commit

Permalink
fix: update changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 9, 2021
1 parent 0828a57 commit ccc3657
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: 12
Expand All @@ -34,6 +36,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand Down
7 changes: 6 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Need to add :latest, otherwise old versions (e.g. of node) are installed
FROM gitpod/workspace-full:latest

RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
RUN sudo apt-get install git-lfs
RUN git lfs install

# Puppeteer dependencies
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1
5 changes: 2 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: git lfs pull
- init: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >>~/.npmrc
- init: yarn --frozen-lockfile

vscode:
extensions:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==
- adrianwilczynski.toggle-hidden@1.0.2:pj4yxebPvdfdMeVIjOEuRQ==
- adrianwilczynski.toggle-hidden@1.0.2:pj4yxebPvdfdMeVIjOEuRQ==
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- /TITLE -->

<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/@dword-design/stylelint-config.svg)](https://npmjs.org/package/@dword-design/stylelint-config)
[![npm version](https://img.shields.io/npm/v/@dword-design/stylelint-config.svg)](https://npmjs.org/package/@dword-design/stylelint-config)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://github.com/dword-design/stylelint-config/workflows/build/badge.svg)](https://github.com/dword-design/stylelint-config/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/stylelint-config)](https://coveralls.io/github/dword-design/stylelint-config)
Expand Down Expand Up @@ -41,7 +41,7 @@
## Install

```bash
# NPM
# npm
$ npm install @dword-design/stylelint-config

# Yarn
Expand Down

0 comments on commit ccc3657

Please sign in to comment.