Skip to content

fix(deps): update module github.com/alecthomas/chroma/v2 to v2.23.1 #94

fix(deps): update module github.com/alecthomas/chroma/v2 to v2.23.1

fix(deps): update module github.com/alecthomas/chroma/v2 to v2.23.1 #94

Workflow file for this run

name: CI
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
branches: [main]
jobs:
golang:
name: Golang
permissions:
contents: write
pull-requests: write
checks: write
uses: depado/github-actions/.github/workflows/golang.yml@main
docker:
name: Docker
needs: [golang]
permissions:
contents: read
packages: write
actions: read
uses: depado/github-actions/.github/workflows/docker.yml@main
secrets:
cleanup-token: ${{ secrets.PAT_DELETE_PACKAGES }}