Skip to content

Commit

Permalink
chore: add license to readme (#3)
Browse files Browse the repository at this point in the history
* Update README.md

* chore: require semantic PRs
  • Loading branch information
cedricziel authored Jul 21, 2024
1 parent a4dcea3 commit 6388099
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Lint PR"

Check warning on line 1 in .github/workflows/semantic-pr.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

on:

Check warning on line 3 in .github/workflows/semantic-pr.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

truthy value should be one of [false, true]
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Cedrics HomeAssistant Addons

## License

MIT

0 comments on commit 6388099

Please sign in to comment.