Skip to content

Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 #6

Bump @eslint/plugin-kit from 0.2.0 to 0.2.3

Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 #6

Workflow file for this run

name: Test Calculators
on: [workflow_dispatch, push]
jobs:
build:
name: Build and test calculators
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install deps
run: yarn install
- name: Lint
run: echo "Lint skipped - yarn lint"
- name: Run tests
run: yarn test