dblock / dblock/code.dblock.org
Adapting your github matrix strategy for screenplay writing
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
I found your explanation for using a matrix on a github action to scan directories and I was trying to adapt it for this purpose:
Versioning Scripts using Fountain and GitHub
As you can see, he stops just short of your fix and suggests adding each new file manually.
I have been trying to apply your solve but I keep missing something and generating errors. I would truly appreciate your help, if you have the time.
Admittedly, this is quite a bit simpler than your issue. I just need the names of the files ending in .fountain, strip the .fountain from the name, put the names into the matrix, then adapt the run line so ${{ matrix }}.fountain and ${{ matrix }}.pdf point to the right things.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Versioning Scripts using Fountain and GitHub article, then inspect the repository's existing GitHub Actions workflow for its matrix and run steps. The requested result is a matrix built from .fountain filenames with the extension removed, and commands that resolve the corresponding .fountain and .pdf paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100