Skip to content

refactor: simplify command IDs in Automatic Linker Plugin #125

refactor: simplify command IDs in Automatic Linker Plugin

refactor: simplify command IDs in Automatic Linker Plugin #125

Workflow file for this run

name: Vitest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests with Vitest
run: npm run test