Skip to content

tried many variations of the vanilla vscode language setup, till I go… #3

tried many variations of the vanilla vscode language setup, till I go…

tried many variations of the vanilla vscode language setup, till I go… #3

Workflow file for this run

name: Idea Test Suite
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Building code
run: yarn build
- name: Run tests
run: yarn test