Skip to content

Ignores “porte” look-up for companies with no “porte” code #1745

Ignores “porte” look-up for companies with no “porte” code

Ignores “porte” look-up for companies with no “porte” code #1745

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
env:
GOEXPERIMENT: jsonv2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version: "1.25.x"
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi