Skip to content

Update eslint monorepo to v10 #131

Update eslint monorepo to v10

Update eslint monorepo to v10 #131

#
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: Fix go.sum
on:
push:
branches:
- renovate/*
jobs:
fix:
uses: pion/.goassets/.github/workflows/renovate-go-sum-fix.reusable.yml@master

Check failure on line 22 in .github/workflows/renovate-go-sum-fix.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovate-go-sum-fix.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/renovate-go-sum-fix.yaml" -> "pion/.goassets/.github/workflows/renovate-go-sum-fix.reusable.yml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
token: ${{ secrets.PIONBOT_PRIVATE_KEY }}