Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.6.2 #224

chore(deps-dev): bump typescript from 5.4.5 to 5.6.2

chore(deps-dev): bump typescript from 5.4.5 to 5.6.2 #224

Workflow file for this run

name: Eslint
on:
push:
jobs:
lint:
runs-on: "ubuntu-latest"
permissions:
# required for all workflows
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install yarn
run: npm ci
- name: Check Linting
run: npm run sariflint
continue-on-error: true
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
category: lint