Commit d213a57
authored
Fetch hyperformula-tests before running linter (#1672)
## Summary
The lint GitHub Action did not check out the `hyperformula-tests`
repository before running ESLint. As a result, lint errors inside files
under `test/hyperformula-tests/` were silently skipped in CI and only
surfaced when running `npm run lint` locally.
This PR aligns `.github/workflows/lint.yml` with
`.github/workflows/test.yml` so the linter sees the same source tree as
the test jobs.
## Changes
- `.github/workflows/lint.yml`
- Add a `Checkout hyperformula-tests repository` step (using
`DEPLOY_TOKEN`, target path `test/hyperformula-tests`).
- Add a `Fetch hyperformula-tests and sync branches` step running
`test/fetch-tests.sh`.
- Name the existing main-repo checkout step for consistency with
`test.yml`.1 parent 1b6767f commit d213a57
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
| |||
0 commit comments