From 8335dd96738bcca5a07a71b15c8a9eeae1419484 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 8 Jan 2020 10:28:04 -0500 Subject: [PATCH] Update and rename build.yml to build-and-lint.yml --- .github/workflows/{build.yml => build-and-lint.yml} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename .github/workflows/{build.yml => build-and-lint.yml} (89%) diff --git a/.github/workflows/build.yml b/.github/workflows/build-and-lint.yml similarity index 89% rename from .github/workflows/build.yml rename to .github/workflows/build-and-lint.yml index f3512867..c3d64d4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build-and-lint.yml @@ -1,4 +1,4 @@ -name: Build Hugo +name: Build and Lint on: push: @@ -37,6 +37,10 @@ jobs: run: yarn debug:hugo - name: Build Hugo run: yarn build:preview + - name: Lint Styles + run: yarn lint:sass + - name: Lint Markdown + run: yarn lint:markdown - uses: actions/upload-artifact@v1 if: github.event_name == 'pull_request' with: