Skip to content

chore(deps-dev): bump @iconify-json/carbon from 1.2.10 to 1.2.11 #337

chore(deps-dev): bump @iconify-json/carbon from 1.2.10 to 1.2.11

chore(deps-dev): bump @iconify-json/carbon from 1.2.10 to 1.2.11 #337

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Check Build
run: npm run check