Skip to content

fix: remove gitleaks and sast workflows from public repo #2

fix: remove gitleaks and sast workflows from public repo

fix: remove gitleaks and sast workflows from public repo #2

name: build-and-coverage

Check failure on line 1 in .github/workflows/build-and-coverage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-coverage.yml

Invalid workflow file

(Line: 11, Col: 5): Unexpected value 'env'
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
uses: opensourceways/agent-development-specification/.github/workflows/go-reusable.yml@main
env:
GOPROXY: https://goproxy.cn,direct
with:
runs-on: ubuntu-latest
go-version: '1.21'