[GH-ISSUE #278] Missing syntax validation before running pipelines #194

Closed
opened 2026-03-01 21:41:05 +03:00 by kerem · 1 comment
Owner

Originally created by @Santiago8888 on GitHub (Jun 14, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/278

Hi, first thanks for this amazing project!

Now, to my issue, I ran locally my pipeline successfully, but, upon push to GitHub, the pipeline did not run.

The first issue was because of a shell specification, the second was on the duplicate of an environment variable name.

Reproduction examples:

  1. Declaring a specific shell:
deploy:
      shell: bash
  1. Duplication of env variables:
env:
  MyVar: value
  myvar: value

Current behavior:
Pipeline runs

Expected behavior:
The workflow is not valid.

With some guidance, I would be happy to work on a PR for this.

Originally created by @Santiago8888 on GitHub (Jun 14, 2020). Original GitHub issue: https://github.com/nektos/act/issues/278 Hi, first thanks for this amazing project! Now, to my issue, I ran locally my pipeline successfully, but, upon push to GitHub, the pipeline did not run. The first issue was because of a shell specification, the second was on the duplicate of an environment variable name. Reproduction examples: 1) Declaring a specific shell: ``` deploy: shell: bash ``` 2) Duplication of env variables: ``` env: MyVar: value myvar: value ``` Current behavior: Pipeline runs Expected behavior: The workflow is not valid. With some guidance, I would be happy to work on a PR for this.
kerem 2026-03-01 21:41:05 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 15, 2020):

Issue is stale and will be closed in 7 days unless there is new activity

<!-- gh-comment-id:674319423 --> @github-actions[bot] commented on GitHub (Aug 15, 2020): Issue is stale and will be closed in 7 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#194
No description provided.