Skip to content

Release v0.5.2 (#57) #74

Release v0.5.2 (#57)

Release v0.5.2 (#57) #74

Workflow file for this run

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