diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c99b2c54d4..f6b22f07f0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: with: go-version: 1.17 - run: make lint-backend - lint-commints: + lint-commits: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -38,7 +38,7 @@ jobs: - run: make lint-commits lint: runs-on: ubuntu-latest - needs: [lint-frontend, lint-backend, lint-commints] + needs: [lint-frontend, lint-backend, lint-commits] steps: - run: echo "done" @@ -84,7 +84,7 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - - name: Build fronetend + - name: Build frontend run: make build-frontend - name: Login to Docker Hub uses: docker/login-action@v1 @@ -97,4 +97,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_PAT }}