Compare commits

...

2 Commits

Author SHA1 Message Date
0f00183154 precommit 2025-01-21 21:09:18 +01:00
e357e365de Add linting 2025-01-21 21:09:11 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -11,3 +11,7 @@ tasks:
cmds: cmds:
- pre-commit run --all - pre-commit run --all
silent: true silent: true
lint:
cmds:
- golangci-lint run
silent: true

View File

@ -77,4 +77,4 @@ row9 := "283597416"
// } // }
// } // }
// } // }
// } // }