Skip to content

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 #12

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 #12

Workflow file for this run

name: "TypeCheck"
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Start type-check script
run: yarn type-check