Skip to content

Commit

Permalink
Merge pull request #1 from matrix-org/quenting/bump
Browse files Browse the repository at this point in the history
General housekeeping
  • Loading branch information
sandhose authored Jul 8, 2024
2 parents f1efe7e + a299da3 commit 3409aa9
Show file tree
Hide file tree
Showing 9 changed files with 25,804 additions and 482 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
max_line_length = 80

[*.ts]
indent_size = 4
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: 'A space-separated list of jobs that can be skipped'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 3409aa9

Please sign in to comment.