Skip to content

chore: add new readme language and tools icons #185

chore: add new readme language and tools icons

chore: add new readme language and tools icons #185

Workflow file for this run

name: Code Quality & Standards Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository 🛎️
uses: actions/checkout@v4
- name: Install Dependencies 📦
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Run Linter 🔧
uses: borales/actions-yarn@v4
with:
cmd: lint
- name: Verify Code Formatting 📝
uses: borales/actions-yarn@v4
with:
cmd: format:check
- name: Enforce Conventional Commits 🔒
uses: webiny/[email protected]