Skip to content

First commit of running emulator after patching vanilla rom to gym #1320

First commit of running emulator after patching vanilla rom to gym

First commit of running emulator after patching vanilla rom to gym #1320

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-be