Skip to content

feat(ci): add goreleaser #13

feat(ci): add goreleaser

feat(ci): add goreleaser #13

Workflow file for this run

name: project checks
on:
push:
branches:
- main
pull_request:
permissions: write-all
jobs:
lint:
name: test-git-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# skip merge commit
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- run: gh cache delete --all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: rusinikita/[email protected]
with:
version: v0.3.2
pr-message: true