Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
frontend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend

defaults:
run:
Expand All @@ -27,7 +24,5 @@ jobs:
cache-dependency-path: frontend/package-lock.json

- run: npm ci

- run: npm run build

- run: npm audit --audit-level=high
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@ participate in hackathons, and launch products together.

# Table of Contents

- Overview
- Why DevLink?
- Features
- Architecture
- Tech Stack
- Project Structure
- Screenshots
- Getting Started
- Environment Variables
- Development Workflow
- API Documentation
- Roadmap
- Contributing
- ECSoc 2026
- Security
- Code of Conduct
- License
- Maintainers
- [Overview](https://github.com/nensii21/devlink#overview)
- [Why DevLink?](https://github.com/nensii21/devlink#why-devlink)
- [Features](https://github.com/nensii21/devlink#features)
- [Architecture](https://github.com/nensii21/devlink#architecture)
- [Tech Stack](https://github.com/nensii21/devlink#tech-stack)
- [Project Structure](https://github.com/nensii21/devlink#project-structure)
- [Screenshots](https://github.com/nensii21/devlink#screenshots)
- [Getting Started](https://github.com/nensii21/devlink#getting-started)
- [Environment Variables](https://github.com/nensii21/devlink#environment-variables)
- [Development Workflow](https://github.com/nensii21/devlink#development-workflow)
- [API Documentation](https://github.com/nensii21/devlink#api-documentation)
- [Roadmap](https://github.com/nensii21/devlink#roadmap)
- [Contributing](https://github.com/nensii21/devlink#contributing)
- [ECSoc 2026](https://github.com/nensii21/devlink#ecsoc-2026)
- [Security](https://github.com/nensii21/devlink#security)
- [Code of Conduct](https://github.com/nensii21/devlink#code-of-conduct)
- [License](https://github.com/nensii21/devlink#license)
- [Maintainers](https://github.com/nensii21/devlink#maintainers)

---

Expand Down
Loading