1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: run code-formatting job before everything else (try 2) (#14379)

This commit is contained in:
Daniel Däschle
2022-05-12 20:58:11 +02:00
committed by GitHub
parent 8ef9dc6247
commit 0972e67f72
17 changed files with 157 additions and 126 deletions

View File

@@ -8,6 +8,7 @@ on:
jobs:
build-module-docs:
needs: [code-formatting]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2