Skip to content

Commit

Permalink
More YAML changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jun 1, 2024
1 parent 5e01d09 commit a9b761d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Typecheck

on:
workflow_dispatch: # Allows manual triggers
workflow_dispatch: # Allows manual triggers
push:
branches:
- main
Expand Down
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
hooks:
# Moves entire sections, I don't like that >:(
# - id: pretty-format-toml
# args: [--autofix]
- id: pretty-format-toml
args: [--autofix, --trailing-commas, --inline-comment-spaces, "1", --nosort]
- id: pretty-format-yaml
args: [--autofix, --indent, "2", --offset, "2", --preserve-quotes, --line-width, "100"]
- id: pretty-format-ini
Expand Down

0 comments on commit a9b761d

Please sign in to comment.