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
37 changes: 37 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Hi there, I'm Yen-star! 👋

Welcome to my GitHub profile!

I'm passionate about technology, learning new skills, and building cool projects. Whether it's writing clean code, experimenting with new tools, or solving real-world problems—I'm always up for a challenge.

---

## 🚀 Tech Stack

![Languages](https://skillicons.dev/icons?i=html,css,js,react,python,java,github,git)

---

## 🌱 Currently Learning

- Full-stack development
- DevOps basics
- Machine learning fundamentals

---

## 📊 GitHub Stats

![Yen-star's GitHub stats](https://github-readme-stats.vercel.app/api?username=Yen-star&show_icons=true&theme=radical)
![Top Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=Yen-star&layout=compact&theme=radical)

---

## 📫 Connect With Me

- GitHub: [Yen-star](https://github.com/Yen-star)
- Portfolio: [yen-star.github.io](https://yen-star.github.io)

---

*Thanks for stopping by! Feel free to explore my repositories and projects.*
64 changes: 64 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name# Hi there, I'm Yen-star! 👋

Welcome to my GitHub profile!

I'm passionate about technology, learning new skills, and building cool projects. Whether it's writing clean code, experimenting with new tools, or solving real-world problems—I'm always up for a challenge.

---

## 🚀 Tech Stack

![Languages](https://skillicons.dev/icons?i=html,css,js,react,python,java,github,git)

---

## 🌱 Currently Learning

- Full-stack development
- DevOps basics
- Machine learning fundamentals

---

## 📊 GitHub Stats

![Yen-star's GitHub stats](https://github-readme-stats.vercel.app/api?username=Yen-star&show_icons=true&theme=radical)
![Top Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=Yen-star&layout=compact&theme=radical)

---

## 📫 Connect With Me

- GitHub: [Yen-star](https://github.com/Yen-star)
- Portfolio: [yen-star.github.io](https://yen-star.github.io)

---

*Thanks for stopping by! Feel free to explore my repositories and projects.*: NodeJS with Webpack

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
npx webpack