Skip to content

(maint) Add spell check linting to repository #61

(maint) Add spell check linting to repository

(maint) Add spell check linting to repository #61

Workflow file for this run

name: Build Pull Request
on:
pull_request:
jobs:
###################################################
# DOCS
###################################################
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Statiq-Build
uses: cake-build/cake-action@v1
with:
script-path: recipe.cake
target: Statiq-Build
cake-version: tool-manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}