ci: add pr lint workflow (#3157)

This commit is contained in:
Oleg Lobanov
2024-04-24 22:51:37 +02:00
committed by GitHub
parent 0e0b0c8095
commit e39ea73095
3 changed files with 23 additions and 12 deletions

View File

@@ -26,19 +26,9 @@ jobs:
with:
go-version: 1.22.1
- run: make lint-backend
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: make lint-commits
lint:
runs-on: ubuntu-latest
needs: [lint-frontend, lint-backend, lint-commits]
needs: [lint-frontend, lint-backend]
steps:
- run: echo "done"