Skip to content

rename workflow branches #132

rename workflow branches

rename workflow branches #132

Workflow file for this run

name: "Lint"
on:
pull_request:
push:
branches:
- master
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Install NPM dependencies
run: sudo yarn
- name: Run ESLint on ALL files
run: yarn lint-all