mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: use working directory front in ci
sd d sd s
This commit is contained in:
parent
b187729399
commit
05f8539361
1 changed files with 4 additions and 6 deletions
6
.github/workflows/frontend-lint.yaml
vendored
6
.github/workflows/frontend-lint.yaml
vendored
|
|
@ -6,13 +6,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: front
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 18.x
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: cd front && npm ci
|
||||
- name: Lint code
|
||||
run: npm run lint
|
||||
run: cd front && npm run lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue