refactor(ci): refactor GitHub Actions for better readablility

This commit is contained in:
Okinea Dev 2025-02-04 08:53:41 +02:00
parent 6fb6603cc1
commit d12e61bc96
No known key found for this signature in database
GPG key ID: 07944BC5E01E7B43
4 changed files with 58 additions and 51 deletions

View file

@ -14,17 +14,21 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: 📥 Checkout
uses: actions/checkout@v4
- name: Setup Node
- name: 🛠️ Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Dependencies
- name: 📦 Install Dependencies
run: npm install
- name: Format
- name: 🧹 Format
run: |
npm run format
npm run build
- name: Commit
- name: 💾 Commit
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc