Skip to content

Commit

Permalink
ci: rename typecheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Oct 28, 2024
1 parent d52fb13 commit 25a74a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run Tests
name: Typecheck

on:
push:
paths-ignore:
- ".github/**"
- "!.github/workflows/test.yml"
- "!.github/workflows/typecheck.yml"
- ".vscode/**"
- "doc/**"
- "lifecycle/**"
Expand All @@ -13,7 +13,7 @@ on:
pull_request:

jobs:
test:
typecheck:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 25a74a4

Please sign in to comment.