Skip to content

fix: add //go:build !js to postgres wrapper to fix tinygo/wasm compil… #19

fix: add //go:build !js to postgres wrapper to fix tinygo/wasm compil…

fix: add //go:build !js to postgres wrapper to fix tinygo/wasm compil… #19

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:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6