WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

feat: upgrade FontAwesome to version 7 with new package strucutre #795

feat: upgrade FontAwesome to version 7 with new package strucutre

feat: upgrade FontAwesome to version 7 with new package strucutre #795

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Remove once setup-node supports corepack https://github.com/actions/setup-node/pull/901 lands
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Build
run: pnpm install
- name: Lint files
run: pnpm run lint:eslint
biome:
name: biome
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Remove once setup-node supports corepack https://github.com/actions/setup-node/pull/901 lands
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Build
run: pnpm install
- name: Lint files
run: pnpm run lint:biome
types:
name: types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Remove once setup-node supports corepack https://github.com/actions/setup-node/pull/901 lands
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Build
run: pnpm install
- name: Typecheck files
run: pnpm run lint:types
knip:
name: knip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Remove once setup-node supports corepack https://github.com/actions/setup-node/pull/901 lands
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Build
run: pnpm install
- name: Check for unused things
run: pnpm run lint:knip