Skip to content

Commit

Permalink
remove docker workflow and update build workflow to not lint - done o…
Browse files Browse the repository at this point in the history
…n vercel
  • Loading branch information
jthrilly committed Sep 20, 2024
1 parent 2524aef commit d5539be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Checks

on:
pull_request:
Expand Down Expand Up @@ -44,9 +44,6 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- name: Run build
run: pnpm lint

- name: Run tests
run: pnpm test

Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/docker.yml

This file was deleted.

0 comments on commit d5539be

Please sign in to comment.