Skip to content

fix: update Group QR code (#4) #44

fix: update Group QR code (#4)

fix: update Group QR code (#4) #44

Workflow file for this run

name: autofix.ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: nci
env:
CYPRESS_INSTALL_BINARY: 0
- name: Lint
run: nr lint --fix
- uses: autofix-ci/action@v1