Skip to content

fix: add front matter to zet template #6

fix: add front matter to zet template

fix: add front matter to zet template #6

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55