Skip to content

chore: add renovate config #2

chore: add renovate config

chore: add renovate config #2

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: .node-version
- run: npm install
- run: npm run lint
- run: npm run format
- run: npx prettier --check '**/*.md'