Skip to content

Release v1.12.0 (#117) #97

Release v1.12.0 (#117)

Release v1.12.0 (#117) #97

Workflow file for this run

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