Skip to content

fix: add docs link for nuxt3-leaflet (#952) #1167

fix: add docs link for nuxt3-leaflet (#952)

fix: add docs link for nuxt3-leaflet (#952) #1167

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- name: Run sync
run: npm run sync
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160