From f365721b7235b84c9c294f36d74af3633659c57d Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Mon, 22 Jan 2024 00:41:31 +0100 Subject: [PATCH] fix action name --- .github/workflows/check-typescript-generated.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-typescript-generated.yml b/.github/workflows/check-typescript-generated.yml index b8eaf5fa..f9a83135 100644 --- a/.github/workflows/check-typescript-generated.yml +++ b/.github/workflows/check-typescript-generated.yml @@ -1,4 +1,4 @@ -name: NPM Build +name: Check Typescript Generated on: [push] @@ -18,6 +18,7 @@ jobs: node-version: '20.x' - run: npm ci - run: composer generate-typescript + - run: cat resources/js/types/models.ts - run: npm run lint:fix - name: Verify Changed files uses: tj-actions/verify-changed-files@v17