Add the other maintainers globally to the CODEOWNERS file #5748
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
deploy-DEV-linters.yml
on: pull_request
Prepare matrix
1s
Matrix: Deploy Docker Image - DEV - Linters
Annotations
2 errors
Deploy Docker Image - DEV - Linters (ubuntu-latest, csharp_dotnet_format)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget --tries=5 -q -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh && chmod +x dotnet-install.sh && ./dotnet-install.sh --install-dir /usr/share/dotnet -channel 6.0 -version latest" did not complete successfully: exit code: 1
|
Deploy Docker Image - DEV - Linters (ubuntu-latest, python_flake8)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c PYTHONDONTWRITEBYTECODE=1 pip3 install --no-cache-dir --upgrade pip virtualenv && mkdir -p \"/venvs/flake8\" && cd \"/venvs/flake8\" && virtualenv . && source bin/activate && PYTHONDONTWRITEBYTECODE=1 pip3 install --no-cache-dir flake8 && deactivate && cd ./../.. && find . | grep -E \"(/__pycache__$|\\.pyc$|\\.pyo$)\" | xargs rm -rf && rm -rf /root/.cache" did not complete successfully: exit code: 1
|