diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bb42e5f..2c1a222 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,8 +21,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + - name: create dist directory run: mkdir frontend/dist - - name: Run golangci-lint uses: golangci/golangci-lint-action@v2.4.0 with: