1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 13:26:39 -04:00

Update and rename build.yml to build-and-lint.yml

This commit is contained in:
2020-01-08 10:28:04 -05:00
committed by GitHub
parent f6f5b7feaa
commit 8335dd9673

View File

@ -1,4 +1,4 @@
name: Build Hugo name: Build and Lint
on: on:
push: push:
@ -37,6 +37,10 @@ jobs:
run: yarn debug:hugo run: yarn debug:hugo
- name: Build Hugo - name: Build Hugo
run: yarn build:preview run: yarn build:preview
- name: Lint Styles
run: yarn lint:sass
- name: Lint Markdown
run: yarn lint:markdown
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with: