Skip to content

chore: package freight in flox (#89) #221

chore: package freight in flox (#89)

chore: package freight in flox (#89) #221

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: make placeholder assets
run: make asset-placeholders
- name: golangci-lint
uses: golangci/golangci-lint-action@v9