Skip to content

akinator api change fixes #144

akinator api change fixes

akinator api change fixes #144

Workflow file for this run

name: Eslint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run eslint