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

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

This reverts commit 0972e67f72.
This commit is contained in:
Delyan Angelov
2022-05-12 23:29:37 +03:00
parent 0972e67f72
commit df029da942
17 changed files with 126 additions and 157 deletions

View File

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