Merge pull request #1786 from Jmainguy/typos

fix typos
This commit is contained in:
Oleg Lobanov 2022-02-08 20:25:30 +01:00 committed by GitHub
commit 7d836a3728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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 }}