Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 11, 2024
1 parent 05be9c6 commit 9ccee0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:
run: pnpm install
- name: Build
run: pnpm build
env:
PUBLIC_API_ENDPOINT: gh-actions://api
PUBLIC_STITCHER_ENDPOINT: gh-actions://stitcher
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run eslint
- name: Run lint
run: pnpm lint

0 comments on commit 9ccee0c

Please sign in to comment.