Skip to content

Commit

Permalink
chore: fix CODEOWNERS (#10)
Browse files Browse the repository at this point in the history
Also introduce pre-commit
  • Loading branch information
jokajak authored Aug 4, 2023
1 parent ae7a554 commit 0b3550f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @josh
* @jokajak
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.18.1
hooks:
- name: Run stylua
id: stylua-github

0 comments on commit 0b3550f

Please sign in to comment.