Skip to content

Replace add_actor and remove_actor #277

Replace add_actor and remove_actor

Replace add_actor and remove_actor #277

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: sudo npm install eslint -g
- name: Run ESLint
run: eslint . -f tap --ext .js,.jsx,.ts,.tsx