Skip to content

Enable sitemap plugin #78

Enable sitemap plugin

Enable sitemap plugin #78

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.x
- run: npm ci
- run: npm run prettier:check