OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
6 stars 0 forks source link

Remove env variables from lint.yaml when unnecessary #235

Open caldwellst opened 2 months ago

caldwellst commented 2 months ago

181 was merged to allow us to use {box.linters}. However, an open issue at this time is the linting requires environment variables in the codebase to be defined at time of linting, at least in this project. See the issue in the {box.linters} repo.

Once that issue is resolved, remove the environment variables for the run in .github/workflows/lint.yaml.