Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Mar 8, 2024
1 parent 072a5a0 commit f64e9e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
aws-region: us-east-1
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
with:
version: 8
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint
run: pnpm run lint
- name: Deep Type check
run: pnpm run type-check
run: pnpm run type-check
- name: Build application
run: npm run build
- name: Deploy to S3
Expand Down

0 comments on commit f64e9e8

Please sign in to comment.