Skip to content

Bump wurstbrot/dsomm-yaml-generation from 1.24.0 to 1.25.0 #1083

Bump wurstbrot/dsomm-yaml-generation from 1.24.0 to 1.25.0

Bump wurstbrot/dsomm-yaml-generation from 1.24.0 to 1.25.0 #1083

Workflow file for this run

name: ESLint Check
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx