Skip to content

Run go fmt and go vet in Actions #50

@joshlf

Description

@joshlf

Run the following commands in GitHub Actions that block merging of PRs:

  • Run find functions -type f -name '*.go' -exec gofmt -l {} \;, and verify that its output is empty (this checks to make sure that all *.go files are properly formatted)
  • cd functions && go vet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions