Skip to content

Merge pull request #104 from bmsuseluda/feat/ryujinxAutoConfig #350

Merge pull request #104 from bmsuseluda/feat/ryujinxAutoConfig

Merge pull request #104 from bmsuseluda/feat/ryujinxAutoConfig #350

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Panda codegen
run: NODE_ENV=production yarn panda:codegen
- name: Test
run: yarn test