commit
						7d836a3728
					
				|  | @ -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 }} | ||||
|           GITHUB_TOKEN: ${{ secrets.GH_PAT }} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Oleg Lobanov
						Oleg Lobanov