Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeKaufman committed Oct 4, 2024
1 parent 266b0ec commit 3576925
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: Install dependencies
# run: |
# set -euxo pipefail
# yarn install --frozen-lockfile
- name: Install dependencies
run: |
set -euxo pipefail
yarn install --frozen-lockfile
- name: Run eslint
run: |
Expand Down

0 comments on commit 3576925

Please sign in to comment.