ntnyq / ntnyq/eslint-plugin-github-action
Question
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 1
- Avg merge
- 18h 36m
- Merged PRs (30d)
- 4
Description
I mistakenly wrote something like this in my yaml:
steps:
- name: Upload artifact
- uses: actions/upload-artifact@v7
And got this error in github action:
There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory, (Line: 52, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-director
Then I tried your plugin but it didn't catch it either. Is this in scope of this project?
Contributor guide
No contributing guide indexed for this repository
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 by reviewing the plugin's existing rules and how they handle GitHub Actions step entries. Reproduce the YAML example, then determine whether detecting this invalid step structure is within the project's scope and what existing behavior or tests would define a complete fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100