Skip to content

fix(deps): bump crate-ci/typos from 1.40.0 to 1.47.2 #132

fix(deps): bump crate-ci/typos from 1.40.0 to 1.47.2

fix(deps): bump crate-ci/typos from 1.40.0 to 1.47.2 #132

Workflow file for this run

name: "🔦 Lint"
on:
push:
branches:
- main
- feat/**
pull_request:
branches:
- main
jobs:
lint:
name: Lint & Format Check
runs-on: ubuntu-latest
steps:
- name: 📚 Checkout git repository
uses: actions/checkout@v6
- name: 🟢 Setup Node.js Environment
uses: ./.github/actions/setup-node
- name: 🔦 Run ESLint
run: npm run lint
- name: 💅 Check code formatting
run: npm run format:check