Skip to content

fix: update release task to skip validation in goreleaser command #9

fix: update release task to skip validation in goreleaser command

fix: update release task to skip validation in goreleaser command #9

Workflow file for this run

name: linter
on:
pull_request:
push:
permissions:
contents: write
jobs:
linter:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '>=1.24'
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: true
devbox-version: 0.14.0
- name: Install prerequisites
shell: /usr/bin/bash {0}
run: |
devbox install
devbox run linter