Skip to content

Commit ae55fe0

Browse files
committed
ci: added pull request workflow
1 parent 6cfb76c commit ae55fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Pull request checks
22
on:
33
pull_request:
44
types:
@@ -24,4 +24,4 @@ jobs:
2424
run: tsc --noEmit
2525

2626
- name: Lint
27-
run: eslint .
27+
run: pnpx eslint .

0 commit comments

Comments
 (0)