Skip to content

Merge pull request #14 from CD-Z/feature/dynamic_settings #47

Merge pull request #14 from CD-Z/feature/dynamic_settings

Merge pull request #14 from CD-Z/feature/dynamic_settings #47

Workflow file for this run

name: Lint
on:
push:
branches:
- ccdz
pull_request:
branches:
- ccdz
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint