Skip to content

Commit

Permalink
fix(ci): last vestige of client in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jan 6, 2025
1 parent 8903fd1 commit f0e1078
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:

jobs:
setup:
defaults:
run:
working-directory: client
name: Setup client
runs-on: ubuntu-latest
steps:
Expand All @@ -31,9 +28,6 @@ jobs:
key: node-modules-${{ hashFiles('package-lock.json') }}

lint:
defaults:
run:
working-directory: client
name: Lint client
needs: setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0e1078

Please sign in to comment.