Skip to content

Merge branch 'master' of https://github.com/bergbros/settlers-of-open… #7

Merge branch 'master' of https://github.com/bergbros/settlers-of-open…

Merge branch 'master' of https://github.com/bergbros/settlers-of-open… #7

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: ./install-all.sh
- name: Run ESLint
run: ./lint-all.sh