Files
openproject/.github/workflows/eslint-core.yml
T
Benjamin Bädorf eba369027c Lint HTML files
2021-12-22 15:48:47 +01:00

23 lines
368 B
YAML

name: eslint
on:
pull_request:
branches:
- dev
- release/*
paths:
- '**.html'
- '**.js'
- '**.ts'
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: opf/action-eslint@v2
with:
reporter: github-pr-check