feat: setup sass compilation on CI

This commit is contained in:
Aravinth Manivannan 2022-09-16 17:42:27 +05:30
parent 0bf5a35673
commit 2e32f298df
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 15 additions and 0 deletions

View File

@ -47,6 +47,14 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
with:

View File

@ -49,6 +49,13 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: download deps
run: make dev-env
- name: configure GPG key
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/librepages'
run: echo -n "$RELEASE_BOT_GPG_SIGNING_KEY" | gpg --batch --import --pinentry-mode loopback