WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

feat: add nuxt-cryptography module #2042

feat: add nuxt-cryptography module

feat: add nuxt-cryptography module #2042

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@v4
- run: corepack enable
- uses: actions/setup-node@v4
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