Skip to content

remove formatting directive #6

remove formatting directive

remove formatting directive #6

Workflow file for this run

name: CI and Release
on:
merge_group:
push:
branches:
- main
# Trigger on version tags
tags:
- "v*"
pull_request:
jobs:
go:
uses: ./.github/workflows/go-ci.yml
publish:
depends-on: go

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI and Release

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 17, Col: 5): Unexpected value 'depends-on'
uses: ./.github/workflows/publish.yml