Skip to content

chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 #91

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

chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 #91

Workflow file for this run

name: 'ESLint'
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
name: 'ESLint'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout code'
uses: 'actions/checkout@v4'
- name: 'Install Node.js'
uses: 'actions/setup-node@v4'
with:
node-version: '20.x'
- name: 'Install NPM packages'
run: 'npm ci'
- name: 'Run ESLint'
run: 'npm run lint'