hackforla / CivicTechJobs

CivicTechJobs will be a platform to help prospective volunteers find interdisciplinary projects that will be useful for their career development while contributing to positive civic impact, and also a CMS (Content Mgmt System) for Hack for LA projects to be able to list their open roles.
https://civictechjobs.org
GNU General Public License v2.0
18 stars 22 forks source link

Look into shellcheck linter configuration #374

Closed Aveline-art closed 1 year ago

Aveline-art commented 1 year ago

Overview

As a developer, we ought to make sure our tools work well. For this ticket, we will configure the shellcheck linter.

Action Items

Resources/Instructions

Resources

I've opened a ticket for actionlint here which describes the bug in more detail. Their recommendation seems to be to wrap quotes around github expressions, which might be confusing, as the github doc does not explicitly require that. Let's see if we can use the config instead. I am not sure if super-linter reads this config, but it is worth a shot.

Aveline-art commented 1 year ago

Going to close as wont fix. $GITHUB_OUTPUT is actually a shell feature that github specifically feeds into it's output handlers.