From 75b1d915f03bc82f22b8d89deedefd79f8f5f880 Mon Sep 17 00:00:00 2001 From: ra1028 Date: Thu, 16 May 2024 16:09:48 +0900 Subject: [PATCH] Fix actions config --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 862ad38..6a9134f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: - name: Validate lint run: make lint + - name: Validate format run: | make format @@ -47,7 +48,7 @@ jobs: - name: Get npm cache id: npm-cache - uses: actions/cache@@v4 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-0-npm-${{ hashFiles('package-lock.json') }}