Skip to content

⬆️ deps: Upgrade dependency xo to v0.59.3. #2355

⬆️ deps: Upgrade dependency xo to v0.59.3.

⬆️ deps: Upgrade dependency xo to v0.59.3. #2355

Workflow file for this run

name: ci:type-check
on:
- push
- pull_request
jobs:
type-check:
name: Continuous integration (type checking)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 📦
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-scripts
useRollingCache: true
- name: Type check ☑️
run: yarn type-check