diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml new file mode 100644 index 0000000..49da1f0 --- /dev/null +++ b/.github/workflows/markdown-lint.yml @@ -0,0 +1,22 @@ +name: Markdown Lint + +on: + push: + branches: + - dev + pull_request: + branches: + - dev + +jobs: + markdownlint: + name: Validate Markdown files + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Run markdownlint + uses: DavidAnson/markdownlint-cli2-action@v17 + with: + globs: "**/*.md" diff --git a/README.md b/README.md index 400d888..e12ea93 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# .github -Public Profile +# Hi there, I'm bminier 👋 + +## About Me + +- 🔭 I'm currently working on various software projects +- 🌱 I'm always learning and exploring new technologies +- 💬 Ask me about software development and open source +- 📫 How to reach me: [GitHub](https://github.com/bminier) + +## Skills & Technologies + +- 💻 Software Development +- 🛠️ Open Source Contributions +- 🔧 Problem Solving + +## GitHub Stats + +![bminier's GitHub stats](https://github-readme-stats.vercel.app/api?username=bminier&show_icons=true&theme=default) + +--- + +*Thanks for stopping by!*