Skip to content

Bump typescript from 5.0.4 to 5.6.3 #268

Bump typescript from 5.0.4 to 5.6.3

Bump typescript from 5.0.4 to 5.6.3 #268

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