Skip to content

Merge pull request #409 from sanders41/projects #830

Merge pull request #409 from sanders41/projects

Merge pull request #409 from sanders41/projects #830

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Zola
run: sudo snap install --edge zola
- name: Check build
run: zola check