Skip to content

chore: update @10xly/eslint-config to 1.0.8 #13

chore: update @10xly/eslint-config to 1.0.8

chore: update @10xly/eslint-config to 1.0.8 #13

Workflow file for this run

name: 10xly Code Quality
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install
run: npm install
- name: Run 10xly Lint
run: npx eslint . --max-warnings 0