Skip to content

Bump actions/checkout from 5 to 6 #20

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #20

Workflow file for this run

name: pull-request
on:
pull_request:
env:
TZ: Australia/Perth
jobs:
test:
runs-on: ubuntu-latest
env:
GIT_CONFIG_NOSYSTEM: "1"
steps:
- uses: actions/checkout@v6
- name: Install Hugo
run: sudo snap install --channel=extended/stable hugo
- name: Try to build website
run: hugo