Skip to content

Improving voter page #54

Improving voter page

Improving voter page #54

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v12
uses: actions/setup-node@v1
with:
node-version: 12
- name: yarn install
run: yarn install
- name: eslint
uses: icrawl/action-eslint@v1
with:
custom-glob: "**/*.{ts,tsx}"