Skip to content

fix: change output names, change work with tensors and add close to main.go #9

fix: change output names, change work with tensors and add close to main.go

fix: change output names, change work with tensors and add close to main.go #9

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [ "dev", "main" ]
paths:
- 'backend/**'
jobs:
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version-file: 'backend/go.mod'
check-latest: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
working-directory: ./backend