Skip to content

Commit

Permalink
fix typo in workflow 0_o
Browse files Browse the repository at this point in the history
  • Loading branch information
FayCarsons committed Feb 13, 2024
1 parent 4dd8e6b commit 6fb1ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
key: node_modules-${{ hashFiles('package.json', 'package-lock.json') }}

- name: Validate elm
run: el --version
run: elm --version

- name: Cache ~/.elm
uses: actions/cache@v3
Expand Down

0 comments on commit 6fb1ba8

Please sign in to comment.