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

👷 feat(CI): add yaml lint to the CI (#3) #4

Merged
merged 5 commits into from
Apr 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
💚 refactor: trigger the CI on push on main branch
mostafaghadimi committed Apr 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 49e8a0a88a003a42838ca4d3751976541b6bdc76
2 changes: 1 addition & 1 deletion .github/workflows/yaml_lint.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: YAML Format Check
on:
push:
branches:
- '**'
- main
paths:
- 'roadmap.yaml'
pull_request: