Skip to content

Merge pull request #125 from samestep/language-icon #132

Merge pull request #125 from samestep/language-icon

Merge pull request #125 from samestep/language-icon #132

Workflow file for this run

name: ESLint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install Node.js dependencies
run: npm install
- name: Run ESLint
uses: stefanoeb/[email protected]
with:
files: src/**/*.{js,ts,tsx}