Replace Travis CI with GitHub action (#1772)

This commit is contained in:
Jay Linski
2021-12-03 19:04:01 +01:00
committed by GitHub
parent fd93073146
commit 8eefee56ff
10 changed files with 13623 additions and 123 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*.js]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true