build: remove env
Some checks failed
Test / elint (push) Failing after 35s

This commit is contained in:
Jared Allard 2025-03-09 15:43:47 -07:00
parent a3dd7f2979
commit 21e1d47d5f
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -8,10 +8,6 @@ on:
branches: branches:
- "main" - "main"
env:
# TODO(jaredallard): Remove when act is finally working properly.
DOCKER_HOST: "tcp://localhost:2375"
# Ensure we run only one job at a time. # Ensure we run only one job at a time.
concurrency: concurrency:
group: "elint-${{ github.repository }}-${{ github.ref }}" group: "elint-${{ github.repository }}-${{ github.ref }}"