-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efd7eb5
commit a65c160
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ env: | |
|
||
jobs: | ||
test: | ||
# This erro will be reported | ||
# This error will be reported | ||
runs-on: unknown | ||
steps: | ||
- run: echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# This error will be ignored by workflows/**/*.yaml config | ||
on: unknown | ||
|
||
# This erro will be reported | ||
# This error will be reported | ||
env: | ||
FOO: ${{ env.FOO }} | ||
|
||
jobs: | ||
test: | ||
# This erro will be reported | ||
# This error will be reported | ||
runs-on: unknown | ||
steps: | ||
- run: echo |