Skip to content

fix(deps): update module github.com/stretchr/testify to v1.9.0 (#70) #75

fix(deps): update module github.com/stretchr/testify to v1.9.0 (#70)

fix(deps): update module github.com/stretchr/testify to v1.9.0 (#70) #75

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}}