Skip to content

Update dependency @iconify-json/simple-icons to v1.2.5 #2668

Update dependency @iconify-json/simple-icons to v1.2.5

Update dependency @iconify-json/simple-icons to v1.2.5 #2668

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@main
with:
node-version-file: package.json
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn run lint --max-warnings=0