Skip to content

fix(comment): escape address and sanitize URL in governance link bran… #68

fix(comment): escape address and sanitize URL in governance link bran…

fix(comment): escape address and sanitize URL in governance link bran… #68

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make lint