Skip to content

init HUGO policy for netlify configuration #6

init HUGO policy for netlify configuration

init HUGO policy for netlify configuration #6

Workflow file for this run

name: Validate Policies
on:
workflow_dispatch:
pull_request:
push:
schedule:
# * is a special character in YAML so you have to quote this string
# Run at 12:00 on Friday.”
- cron: '0 12 * * 5'
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate
run: make test
- name: e2e tests
run: make e2e-test