Skip to content

Fix images that don't display (#438) #858

Fix images that don't display (#438)

Fix images that don't display (#438) #858

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install templ
run: go install github.com/a-h/templ/cmd/templ@latest
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
extended: true
- name: Install Task
uses: arduino/setup-task@v2
- name: Build and test
run: task test
- name: Run Revive Action by pulling pre-built image
uses: docker://morphy/revive-action:v2