Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

[CI] Frontend should add code linting to CI #36

Open
Aisuko opened this issue Apr 1, 2024 · 2 comments
Open

[CI] Frontend should add code linting to CI #36

Aisuko opened this issue Apr 1, 2024 · 2 comments
Assignees
Labels
CI enhancement New feature or request help wanted Extra attention is needed vue

Comments

@Aisuko
Copy link
Member

Aisuko commented Apr 1, 2024

How to lint the code quality of Vue? @Wen-ace

@Aisuko Aisuko added enhancement New feature or request help wanted Extra attention is needed vue CI labels Apr 1, 2024
@Aisuko Aisuko added this to the v0.1.4 milestone Apr 1, 2024
@Aisuko Aisuko moved this to Todo in APIs-aggregator May 31, 2024
@CarterFaceySmith
Copy link
Collaborator

@Aisuko Would something akin to this work? Vue Github Pages CICD Workflow

@Aisuko
Copy link
Member Author

Aisuko commented Jun 10, 2024

@Aisuko Would something akin to this work? Vue Github Pages CICD Workflow

We are planing to check the code quality in every PR

# code_quality:
# runs-on: ubuntu-latest
# needs: build
# steps:
# - uses: actions/checkout@v3
# - name: Install dependencies
# run: npm install
# - name: Run ESLint (same as build)
# run: npm ci
. However I am not good at vue.js, so I do not know if npm lint can work here. And I think we can leave this to the frontend. If you are interested in this issue, feel free to take it.

@Aisuko Aisuko assigned cbh778899 and unassigned Wen-ace Jun 26, 2024
@Aisuko Aisuko removed this from the v0.1.4(frontend) milestone Jun 27, 2024
@Aisuko Aisuko removed the status in APIs-aggregator Aug 5, 2024
@Aisuko Aisuko moved this to Done in APIs-aggregator Aug 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI enhancement New feature or request help wanted Extra attention is needed vue
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants