Skip to content

Bump @eslint/plugin-kit from 0.2.1 to 0.2.3 (#50) #29

Bump @eslint/plugin-kit from 0.2.1 to 0.2.3 (#50)

Bump @eslint/plugin-kit from 0.2.1 to 0.2.3 (#50) #29

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
env:
TWITCH_ID: ${{ secrets.TWITCH_ID }}
TWITCH_SECRET: ${{ secrets.TWITCH_SECRET }}