Skip to content

Capture unrecognized fields with lint #3354

Capture unrecognized fields with lint

Capture unrecognized fields with lint #3354

name: Website
on:
pull_request:
push:
branches: [main]
jobs:
check:
name: Build Website
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
- uses: actions/checkout@v2
- uses: peaceiris/actions-hugo@v2
- run: hugo
working-directory: website
- run: docker run -v $(pwd)./website/public:/test --rm wjdp/htmltest