Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 10, 2024
1 parent 940d9a2 commit d4ecd42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'Hello World'

Check failure on line 1 in action.yml

View workflow job for this annotation

GitHub Actions / YAML validity

1:7 [quoted-strings] string value is not quoted with double quotes
description: 'Greet someone and record the time'

Check failure on line 2 in action.yml

View workflow job for this annotation

GitHub Actions / YAML validity

2:14 [quoted-strings] string value is not quoted with double quotes
runs:
using: 'docker'

Check failure on line 4 in action.yml

View workflow job for this annotation

GitHub Actions / YAML validity

4:3 [indentation] wrong indentation: expected 4 but found 2

Check failure on line 4 in action.yml

View workflow job for this annotation

GitHub Actions / YAML validity

4:10 [quoted-strings] string value is not quoted with double quotes
image: 'Dockerfile'

Check failure on line 5 in action.yml

View workflow job for this annotation

GitHub Actions / YAML validity

5:10 [quoted-strings] string value is not quoted with double quotes

0 comments on commit d4ecd42

Please sign in to comment.