diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml new file mode 100644 index 0000000..f2242ec --- /dev/null +++ b/.github/workflows/super-linter.yml @@ -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 diff --git a/README.md b/README.md index 937713e..33458bc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # .github + 👀 diff --git a/profile/README.md b/profile/README.md index 347669d..7d0d695 100644 --- a/profile/README.md +++ b/profile/README.md @@ -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. @@ -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. @@ -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!