Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 21, 2024
1 parent 459b63e commit f365721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-typescript-generated.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NPM Build
name: Check Typescript Generated

on: [push]

Expand All @@ -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
Expand Down

0 comments on commit f365721

Please sign in to comment.