Skip to content
Merged
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
32 changes: 32 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Lint

on:
push: null
pull_request:
branches:
- main

permissions: {}

jobs:
build:
name: Lint
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
statuses: write

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# .github

👀
4 changes: 3 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If you’re curious about what could come of this, join the conversation in our
## 🌱 Current Status

We’re still in the **idea and brainstorming phase**:

- No active development yet.
- Exploring concepts, features, and the technical feasibility of the app.
- Gauging interest and discussing how to bring this project to life.
Expand All @@ -27,6 +28,7 @@ We’re still in the **idea and brainstorming phase**:
## 🧠 How Can You Contribute?

While we're not writing code just yet, your input is invaluable! Here’s how you can help:

- **Join the discussion**: Share your ideas, suggestions, or concerns in our [Discussions](https://github.com/orgs/SyncUp/discussions).
- **Help brainstorm features**: What would make SyncUp the ultimate campus connection app?
- **Spread the word**: Let other students know about this project and encourage them to share their thoughts.
Expand All @@ -39,7 +41,7 @@ This project started with a lighthearted post suggesting that computer science s

---

## 🌟 Join Us!
## 🌟 Join Us

This is just the beginning. If you’re a student, coding enthusiast, or someone with ideas to share, we’d love for you to join the conversation. Let’s see where this idea takes us!

Expand Down