Skip to content

feat: add nuxt-keycloak-oidc module #2344

feat: add nuxt-keycloak-oidc module

feat: add nuxt-keycloak-oidc module #2344

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: corepack enable
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: lts/*
cache: "pnpm"
- run: pnpm install
- name: Lint
run: pnpm lint --fix
- name: Sync
run: pnpm sync
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # 635ffb0c9798bd160680f18fd73371e355b85f27