Skip to content

chore: add github action to raise PRs to downstreams to bump version #18

chore: add github action to raise PRs to downstreams to bump version

chore: add github action to raise PRs to downstreams to bump version #18

Workflow file for this run

name: 'CI'
concurrency:
group: ci-workflow-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
permissions: write-all
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'release*'
pull_request:
jobs:
ci:
uses: KyberNetwork/service-framework/.github/workflows/ci.yaml@main
secrets: inherit
generate-check:
name: Check generated codes update-to-date
runs-on: [ubuntu-22.04]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run "go generate ./..."
run: go generate ./... || true
- name: Check working tree clean after go generate
run: [ -z "$(git status --porcelain)" ]

Check failure on line 35 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 35, Col: 14): A sequence was not expected