Skip to content

Commit

Permalink
fix(github): Use correct path to check workflow
Browse files Browse the repository at this point in the history
Fixes issue with wrong workflow path.

Fixes #922.
  • Loading branch information
langri-sha committed Aug 31, 2024
1 parent 23fca29 commit 9edceb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
pull_request:

jobs:
workspace:
uses: langri-sha/github/.github/workflows/workspace.yml@v0.7.1
check:
uses: langri-sha/github/.github/workflows/check.yml@v0.7.1
with:
beachball: true
eslint: true
Expand Down

0 comments on commit 9edceb8

Please sign in to comment.