Skip to content

feat: update tnt/icons to v3.5 & 2.11 (#10600) #7070

feat: update tnt/icons to v3.5 & 2.11 (#10600)

feat: update tnt/icons to v3.5 & 2.11 (#10600) #7070

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 20
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn ci:lint