Skip to content

Pass publishReleaseStudio to microsoft-go as optional parameter #39

Pass publishReleaseStudio to microsoft-go as optional parameter

Pass publishReleaseStudio to microsoft-go as optional parameter #39

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint golangci-lint run -v