1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 15:02:50 -05:00

ci: fix pre-commit go path

This commit is contained in:
bbedward
2026-01-26 18:01:21 -05:00
parent 8499033221
commit 8bfe7439c0

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version-file: core/go.mod
- name: run pre-commit hooks
uses: j178/prek-action@v1