Skip to content

Merge pull request #527 from golemfactory/feature/JST-112/drop-js-ext… #497

Merge pull request #527 from golemfactory/feature/JST-112/drop-js-ext…

Merge pull request #527 from golemfactory/feature/JST-112/drop-js-ext… #497

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- b0.*
pull_request:
branches:
- master
- b0.*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ESLint
run: |
yarn install
yarn lint