Skip to content

Bump typescript from 5.0.4 to 5.6.2 #259

Bump typescript from 5.0.4 to 5.6.2

Bump typescript from 5.0.4 to 5.6.2 #259

Workflow file for this run

name: Code Quality
on: push
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run Prettier
run: npx prettier --check "src/**/*.js"
ESLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint