diff --git a/.forgejo/workflows/formatting.yml b/.forgejo/workflows/formatting.yml index d74a785..caabe0b 100644 --- a/.forgejo/workflows/formatting.yml +++ b/.forgejo/workflows/formatting.yml @@ -9,6 +9,11 @@ concurrency: cancel-in-progress: true group: ${{ github.workflow }}-${{ github.ref }} +env: + HTTP_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888 + HTTPS_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888 + GRADLE_OPTS: -Dhttp.proxyHost=6.fsn1-1.forsaken-ashbirds.net -Dhttp.proxyPort=8888 -Dhttps.proxyHost=6.fsn1-1.forsaken-ashbirds.net -Dhttps.proxyPort=8888 + jobs: check-formatting: runs-on: ubuntu-24.04