Skip to content

Commit

Permalink
fixed the linting suite not running due to a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 21, 2024
1 parent 92a430b commit 8798565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
9.1.1name: Linting
name: Linting

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.0
version: 9.1.1
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down

0 comments on commit 8798565

Please sign in to comment.