Skip to content

Goreleaser enhancements #1

Goreleaser enhancements

Goreleaser enhancements #1

name: CI goreleaser config
on:
push:
paths:
- '.goreleaser.yaml'
branches:
- main
tags:
- *

Check failure on line 10 in .github/workflows/ci-goreleaser-config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-goreleaser-config.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
pull_request:
paths:
- '.goreleaser.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
jobs:
test:
name: Test Goreleaser Config
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goreleaser/goreleaser-action@v4
with:
args: check