Skip to content

Commit

Permalink
fix: checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aliscott authored and abtx committed Aug 11, 2023
1 parent fa5e423 commit 1599d71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web

steps:
- uses: actions/checkout@v3

Expand All @@ -21,7 +17,7 @@ jobs:
node-version: 16.15.1

- name: cache npm
id: cache npm
id: cache-npm
uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 1599d71

Please sign in to comment.