Skip to content

Commit

Permalink
chore/add-git-modules add git modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Aug 23, 2024
1 parent d0f6551 commit 2701289
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Example Workflow

Check warning on line 1 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"

on: [push]

jobs:
example-job:
runs-on: ubuntu-latest
env:
CUSTOM_PROPERTY: "custom_value"
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Print custom property
run: echo "Custom property value: $CUSTOM_PROPERTY"

Check failure on line 15 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

15:41 syntax error: mapping values are not allowed here (syntax)

Check failure on line 15 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

15:41 syntax error: mapping values are not allowed here (syntax)

Check failure on line 15 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

15:41 syntax error: mapping values are not allowed here (syntax)

Check failure on line 15 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

15:41 syntax error: mapping values are not allowed here (syntax)

Check failure on line 15 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / pre-commit

15:41 syntax error: mapping values are not allowed here (syntax)

0 comments on commit 2701289

Please sign in to comment.