Skip to content

ADD: support for validating feeds (RSS/Atom/JsonFeed) #28

ADD: support for validating feeds (RSS/Atom/JsonFeed)

ADD: support for validating feeds (RSS/Atom/JsonFeed) #28

Workflow file for this run

name: build
on:
push:
exclude:
- 'v*'
ignore:
- 'docs/**'
- '.github/**'
- '*.sh'
- '*.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: GoReleaser Build
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: build --snapshot --single-target