Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
21 stars 12 forks source link

feat(sage-monorepo): add GH workflow to link Dockerfile #2573

Closed tschaffter closed 3 months ago

tschaffter commented 3 months ago

Closes #2572

Changelog

tschaffter commented 3 months ago

Hadolint extension

The hadolint extension for VS Code requires hadolint to be installed.

hadolint: Cannot find hadolint from system $PATH. Please install hadolint.

linglp commented 3 months ago

@tschaffter is the expectation that we will name branches related to schematic following patterns: schematic/**? FAIR data team currently likes to use Jira ticket number or feature name to name a branch.. but if the expectation is to name branches with pre-fix schematic/**, we could adjust. And as dev, I kind of like to be able to trigger a GH action manually for a specific branch. Could you add that too?