From 9503c63e926897fd55438bcd0b16467ea118a40f Mon Sep 17 00:00:00 2001 From: Rohan S Mirjankar Date: Sun, 5 Jul 2026 12:43:14 +0530 Subject: [PATCH 1/2] Update Table of Contents with links --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e82e90c1..680d6cae 100644 --- a/README.md +++ b/README.md @@ -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) --- From 3528ca41283aab95cf64a56153b1eefafde7dc6c Mon Sep 17 00:00:00 2001 From: Rohan S Mirjankar Date: Thu, 9 Jul 2026 17:41:58 +0530 Subject: [PATCH 2/2] Remove the duplicate defaults in frontend ci --- .github/workflows/frontend-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index 4ec85261..d62166a0 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -9,9 +9,6 @@ on: jobs: frontend: runs-on: ubuntu-latest - defaults: - run: - working-directory: frontend defaults: run: @@ -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 \ No newline at end of file