Skip to content

fix(deps): update module flamingo.me/flamingo/v3 to v3.11.0 (#22) #4

fix(deps): update module flamingo.me/flamingo/v3 to v3.11.0 (#22)

fix(deps): update module flamingo.me/flamingo/v3 to v3.11.0 (#22) #4

Workflow file for this run

name: Semanticore
on:
push:
branches:
- master
jobs:
semanticore:
runs-on: ubuntu-latest
name: Semanticore
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.x'
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}