Skip to content

Update autofix-ci/action digest to 635ffb0 - autoclosed #24

Update autofix-ci/action digest to 635ffb0 - autoclosed

Update autofix-ci/action digest to 635ffb0 - autoclosed #24

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm i -g --force corepack@latest && corepack enable
- name: Install dependencies
run: npx nypm@latest i
- name: Lint
run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm i -g --force corepack@latest && corepack enable
- name: Install dependencies
run: npx nypm@latest i
- name: Playground prepare
run: npm run dev:prepare
- name: Test
run: npm run test:sqlite
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run autofix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27