From 4a3066ac6ad19ed1ecc0ba55c5dc01c872554db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20K=C3=A1ntor?= Date: Thu, 19 Dec 2024 18:15:04 +0100 Subject: [PATCH] Update npm-grunt.yml --- .github/workflows/npm-grunt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml index d954aa8b..fc1c3b4b 100644 --- a/.github/workflows/npm-grunt.yml +++ b/.github/workflows/npm-grunt.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: pre-commit/action@v3.0.1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3