Skip to content

feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 1.0.0 #12

feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 1.0.0

feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 1.0.0 #12

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
go_version: ["1.22", stable]
uses: Malanris/meta/.github/workflows/build.yml@main
with:
go_version: ${{ matrix.go_version }}
snapshot:
uses: Malanris/meta/.github/workflows/snapshot.yml@main

Check failure on line 15 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "Malanris/meta/.github/workflows/snapshot.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
coverage:
uses: Malanris/meta/.github/workflows/coverage.yml@main