Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 37b9929

Browse files
committed
Merge branch 'main' of https://github.com/hoptical/nodegraph-api-plugin into add-proxy
2 parents 74df1a2 + 09e3ec8 commit 37b9929

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Lint plugin
120120
run: |
121121
git clone https://github.com/grafana/plugin-validator
122-
pushd ./plugin-validator/cmd/plugincheck
122+
pushd ./plugin-validator/pkg/cmd/plugincheck
123123
go install
124124
popd
125125
plugincheck ${{ steps.metadata.outputs.archive }}

0 commit comments

Comments
 (0)