We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c396ab commit 255b7c8Copy full SHA for 255b7c8
.github/workflows/default.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
18
args: --color always --check .
19
- version: 14
+ version: 14.2
20
21
selene:
22
name: Lint
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/johnnymorganz/stylua
3
- rev: v0.14.0
+ rev: v0.14.2
4
hooks:
5
- id: stylua-github
6
- repo: https://github.com/pre-commit/mirrors-prettier
0 commit comments