ci: Remove env from top level

This commit is contained in:
Iván Ovejero 2023-08-01 13:16:27 +02:00
parent caf28cecaf
commit 78389a8642

View file

@ -83,8 +83,6 @@ jobs:
name: Lint changes
runs-on: ubuntu-latest
needs: install-and-build
env:
CI_LINT_MASTER: true
steps:
- uses: actions/checkout@v3
with: