Skip to content

chore(deps): bump typescript from 5.1.5 to 5.1.6 #1841

chore(deps): bump typescript from 5.1.5 to 5.1.6

chore(deps): bump typescript from 5.1.5 to 5.1.6 #1841

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn && yarn install-client
- name: Run lint script
run: yarn lint