OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/.github/workflows/eslint-core.yml

21 lines
367 B

name: "Core/Frontend-Linting"
on:
pull_request:
branches:
- dev
- release/*
paths:
- '**.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