Skip to content

Document the fact that the golang project needs to be located at the working-directory #256

@lil5

Description

@lil5

Description:
There is no documentation warning people that the location of the project is important as well.

Justification:
Pushed to main and received this:

Error: Dependencies file is not found in /home/runner/work/user/project. Supported file pattern: go.sum

Adding the following should fix my issue, but had rather known about this beforehand

      - name: Setup Go
        uses: actions/setup-go@v3
        with:
          go-version: "1.19"
        working-directory: ./server

This does not work either

The workflow is not valid. .github/workflows/lint-v2.yml (Line: 30, Col: 9): Unexpected value 'working-directory'

Are you willing to submit a PR?
Yes, If people think it is okay to do so.

Metadata

Metadata

Assignees

Labels

feature requestNew feature or request to improve the current logic

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions