Skip to content

chore: bump eslint from 9.14.0 to 9.15.0 #719

chore: bump eslint from 9.14.0 to 9.15.0

chore: bump eslint from 9.14.0 to 9.15.0 #719

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-package:
name: Test Package
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/[email protected]
- name: Test Package
run: yarn test