Skip to content

Merge pull request #139 from wcarhart/remove-analytics #248

Merge pull request #139 from wcarhart/remove-analytics

Merge pull request #139 from wcarhart/remove-analytics #248

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn install
- name: eslint
run: yarn run eslint generator/*