Skip to content

Commit

Permalink
chore(deps): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaidurov committed Feb 9, 2024
1 parent 968385b commit 910d741
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/semanticore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ on:
jobs:
semanticore:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.*' ]
name: Semanticore
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version: '1.*'
- name: Semanticore
run: go run github.com/aoepeople/semanticore@main
env:
Expand Down

0 comments on commit 910d741

Please sign in to comment.