Skip to content

Commit

Permalink
chore: update lint.yml, test.yml (#133)
Browse files Browse the repository at this point in the history
synced local file(s) with
[lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs).

check out
[`f74c687`](lumirlumir/lumirlumir-configs@f74c687)
@lumirlumir 🐣.

<details>
<summary>Changed files</summary>
<ul>
<li>synced local <code>./.github/workflows/lint.yml</code> with remote
<code>./configs/.github/workflows/lint.yml</code></li><li>synced local
<code>./.github/workflows/test.yml</code> with remote
<code>./configs/.github/workflows/test.yml</code></li>
</ul>
</details>

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#12723229250](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/12723229250)
  • Loading branch information
lumirlumir authored Jan 11, 2025
1 parent f64d0a2 commit d129a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Set up node_modules
run: npm ci

- name: Build
run: npm run build --if-present

- name: Lint
run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up node_modules
run: npm ci

- name: Build test
- name: Build
run: npm run build --if-present

- name: Test and test coverage
Expand Down

0 comments on commit d129a49

Please sign in to comment.