Skip to content

docs: rewrite the CoreWeave (CKS) guide as a full 0-100 deployment wa… #21

docs: rewrite the CoreWeave (CKS) guide as a full 0-100 deployment wa…

docs: rewrite the CoreWeave (CKS) guide as a full 0-100 deployment wa… #21

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1
with:
version: 0.1.24
node-version-file: '.node-version'
sfw: true
cache: true
run-install: |
- args: ['--frozen-lockfile']
# Unfixable lint errors are CI's job to report; don't let them block
# uploading the formatting fixes that did apply.
- run: vp check --fix || true
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4