File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ jobs:
9797 sudo apt-get install ksh libpango1.0-dev librrd-dev libldap2-dev libsasl2-dev libkrb5-dev libglib2.0-dev gettext "^g\+\+-14$"
9898 make .venv
9999 # Keep next targets in sync with `test-github-actions.groovy`.
100- - name : Formatting
101- if : ${{ !cancelled() }}
102- run : bazel run //:format.check
103- - name : Lint repo
104- if : ${{ !cancelled() }}
105- run : bazel lint --fixes=false ...
106- - name : Check typing
107- if : ${{ !cancelled() }}
108- run : bazel build --config=mypy ...
100+ # - name: Formatting
101+ # if: ${{ !cancelled() }}
102+ # run: bazel run //:format.check
103+ # - name: Lint repo
104+ # if: ${{ !cancelled() }}
105+ # run: bazel lint --fixes=false ...
106+ # - name: Check typing
107+ # if: ${{ !cancelled() }}
108+ # run: bazel build --config=mypy ...
109109 - name : Run unit tests
110110 if : ${{ !cancelled() }}
111111 run : make -C tests test-unit
You can’t perform that action at this time.
0 commit comments