Skip to content

feat: replace multierror with stdlib errors wrapping #905

feat: replace multierror with stdlib errors wrapping

feat: replace multierror with stdlib errors wrapping #905

name: check-x-pack-functionbeat
on:
pull_request:
paths:
- '.github/workflows/check-xpack-functionbeat.yml'
- 'x-pack/functionbeat/**'
- 'functionbeat/**'
env:
BEAT_MODULE: 'x-pack/functionbeat'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Run check/update
run: |
go install github.com/magefile/mage
make -C ${{ env.BEAT_MODULE }} check update
make check-no-changes