Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Jul 30, 2024
1 parent 68fce68 commit 7755939
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout 🛎
uses: actions/checkout@master
uses: actions/checkout@v4

- uses: actions-ecosystem/action-regex-match@v2
id: regex-match
Expand Down Expand Up @@ -46,7 +46,8 @@ jobs:
run: npm ci

- name: Link vue-form-elements
run: npm link vue-form-elements
if: ${{ steps.regex-match.outputs.match != null }}
run: npm link ./vue-form-elements

# - name: Run linter 👀
# run: npm run lint
Expand Down

0 comments on commit 7755939

Please sign in to comment.