Skip to content

chore(deps): bump code-block-writer from 11.0.3 to 13.0.1 #650

chore(deps): bump code-block-writer from 11.0.3 to 13.0.1

chore(deps): bump code-block-writer from 11.0.3 to 13.0.1 #650

Workflow file for this run

name: Linter
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm i
- name: Run ESLint
run: npm run lint