Skip to content

github-action: listen for all the workflow runs #27

github-action: listen for all the workflow runs

github-action: listen for all the workflow runs #27

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: .go-version
- name: Run test
run: go test -v ./...
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/pre-commit@current