Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yml 文件语法 #524

Open
supperthomas opened this issue Jan 3, 2024 · 9 comments
Open

yml 文件语法 #524

supperthomas opened this issue Jan 3, 2024 · 9 comments

Comments

@supperthomas
Copy link
Owner

No description provided.

@supperthomas
Copy link
Owner Author

@supperthomas
Copy link
Owner Author

@supperthomas
Copy link
Owner Author

@supperthomas
Copy link
Owner Author

https://yaml.org/

@supperthomas
Copy link
Owner Author

@supperthomas
Copy link
Owner Author

jobs:
poll-and-echo:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

  - name: Poll Folders and Execute Echo
    run: |
      folder_path="/your/folder/path"  # 将此处修改为您要轮询的文件夹路径
      for subfolder in "$folder_path"/*/
      do
          if [ -d "$subfolder" ]; then
              cd "$subfolder"
              echo "Executing in $subfolder"
              echo
              cd -
          fi
      done

@supperthomas
Copy link
Owner Author

supperthomas commented Aug 17, 2024

https://codebeautify.org/yaml-validator

yml 语法验证器

@supperthomas
Copy link
Owner Author

@supperthomas
Copy link
Owner Author

https://yaml.org/spec/1.2.2/
yml语法

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant