Skip to content

Commit

Permalink
Switch master -> main (#42)
Browse files Browse the repository at this point in the history
* Switch master -> main

* CODEOWNERS added
  • Loading branch information
Denis-Averin authored Aug 22, 2022
1 parent 9e3cb81 commit 095bee0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.java]
indent_style = space
tab_width = 4
max_line_length = 120

[CODEOWNERS]
indent_style = tab
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ master, main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ master, main ]
schedule:
- cron: '22 15 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven

on:
push:
branches: [ main ]
branches: [ master, main ]
pull_request:
branches: [ main ]
branches: [ master, main ]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* denis.averin@aspose.com

0 comments on commit 095bee0

Please sign in to comment.