Skip to content

fix: Re-enable CORS on production #741

fix: Re-enable CORS on production

fix: Re-enable CORS on production #741

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
run_install: false
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
- name: 💅 Lint code
run: pnpm run lint:fix
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
with:
commit-message: 'chore: apply automated lint fixes'