Skip to content

Correct Link stylesheet preload header #2

Correct Link stylesheet preload header

Correct Link stylesheet preload header #2

Workflow file for this run

name: Commit
on:
push:
jobs:
check:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # 4.0.3
with:
node-version: 22
cache: npm
- name: Installing dependencies
run: npm ci
- name: Test
run: npm test
- name: Format
run: npx prettier --check ./src