Skip to content

fix broken pipe code coverage #631

fix broken pipe code coverage

fix broken pipe code coverage #631

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
contents: write

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

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 11, Col: 3): 'contents' is already defined
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.6"
- name: Compile FireFly CLI
run: make