Skip to content

⬆️ Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.20.0 #377

⬆️ Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.20.0

⬆️ Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.20.0 #377

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
sdk:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install
run: yarn install
- name: Lint
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build