Skip to content

Commit

Permalink
feat: add ci, pr & linting workflows (#2)
Browse files Browse the repository at this point in the history
* feat: Add branch ci to ci.yml GA
* ci: add linter.yml
* fix: remove ci branch push event
* ci: trigger linter.yml on pull request
* ci: remove trigger on push
* ci: update linter to only validate changed files
* ci: combine android & web build jobs
* ci: clean workflows
* ci: disable GITHUB_ACTIONS linting

Signed-off-by: Aakash Hemadri <aakashhemadri123@gmail.com>
  • Loading branch information
aakashhemadri committed Apr 16, 2022
1 parent 38ec500 commit e98fb0a
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enabled: true
titleAndCommits: true
allowMergeCommits: true
allowMergeCommits: false
allowRevertCommits: true
types:
- feat
Expand Down
Loading

0 comments on commit e98fb0a

Please # to comment.