Skip to content

Add label type ID support to index-url and index-sitemap #8

Add label type ID support to index-url and index-sitemap

Add label type ID support to index-url and index-sitemap #8

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint