Live video on the AT Protocol
at eli/postgres 8 lines 228 B view raw
1#!/bin/bash 2 3# This script is used to trick the GitHub action for golangci-lint to run inside a container 4# so that we can use the local build of streamplace 5 6set -euo pipefail 7 8exec podman exec golangci-lint golangci-lint "$@"