ci: wait for lint before trying to merge

Andrey Nering created

Change summary

.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/build.yml 🔗

@@ -11,7 +11,7 @@ jobs:
       gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
 
   dependabot:
-    needs: [build]
+    needs: [build, lint]
     runs-on: ubuntu-latest
     permissions:
       pull-requests: write