Skip to content

Commit

Permalink
chore(deps): introduce semanticore
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaidurov committed Feb 9, 2024
1 parent 0f858a0 commit 35ef7ef
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/semanticore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Semanticore

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

0 comments on commit 35ef7ef

Please sign in to comment.