snowflake-dashboard/.forgejo/workflows/lint.yml
lone-cloud 150e914ed4
All checks were successful
Lint / lint (push) Successful in 15s
fix lint
Co-authored-by: Copilot <copilot@github.com>
2026-04-23 23:16:01 -07:00

24 lines
394 B
YAML

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
- name: Run Biome
run: npx @biomejs/biome@latest check .