Skip to content

Bump @stylistic/eslint-plugin from 2.9.0 to 2.10.1 #544

Bump @stylistic/eslint-plugin from 2.9.0 to 2.10.1

Bump @stylistic/eslint-plugin from 2.9.0 to 2.10.1 #544

Workflow file for this run

name: Test Package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
- run: yarn run test
env:
PDL_API_KEY: ${{secrets.PDL_API_KEY}}