Skip to content

create test news for first di day #13

create test news for first di day

create test news for first di day #13

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.26
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install minify
run: go install github.com/tdewolff/minify/v2/cmd/minify@latest
- name: Install hugo
run: go install github.com/gohugoio/hugo@v0.156.0
- name: Run make
run: make