Skip to content

feat: unexpected eof retry mechanism #191

feat: unexpected eof retry mechanism

feat: unexpected eof retry mechanism #191

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Lint
run: |
make init
make lint
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
security-gates:
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master

Check failure on line 43 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "Trendyol/security-actions/.github/workflows/security-gates.yml@master" (source branch with sha:3613afea6214bf10e5fe209c552144134539d54f) : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: build
permissions:
actions: read
contents: read
security-events: write