Leshangpang / COMP30022-SDGs-Frontend

Interactive learning website for the 17 Sustainable Development Goals
2 stars 2 forks source link

feature: Github Actions workflow added #31

Closed Leshangpang closed 1 month ago

Leshangpang commented 1 month ago

The workflow tests the project across different Node.js versions, installs the project dependencies using npm ci to ensure a clean installation, installs Vue CLI globally to support building the project, runs npm run lint to perform linting on the project's codebase, runs npm run build to create a production-ready build of the Vue.js application. Linting rules: