Skip to content

Fix: Allow no-whitespace arrow syntax in graph parser #99

Fix: Allow no-whitespace arrow syntax in graph parser

Fix: Allow no-whitespace arrow syntax in graph parser #99

name: lint release config
on:
push:
branches:
- master
pull_request:
branches:
- "*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v6
with:
go-version: '>=1.20.1'
cache: true
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: check