Skip to content

Fix bug where action.execute webhook data wasn't being populated #88

Fix bug where action.execute webhook data wasn't being populated

Fix bug where action.execute webhook data wasn't being populated #88

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: "latest"