Skip to content

Bump vue from 3.5.41 to 3.5.42 #40

Bump vue from 3.5.41 to 3.5.42

Bump vue from 3.5.41 to 3.5.42 #40

name: prek-autofix
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
concurrency:
group: prek-autofix-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
review:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v7
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- name: Set up Node
uses: actions/setup-node@v7
with:
node-version: lts/*
cache: npm
cache-dependency-path: package-lock.json
- name: Install npm dependencies
run: npm ci
- name: Generate static assets
run: npm run generate
- id: review
uses: Snuffy2/prek-autofix/review@v1