8000 Merge branch 'develop' into ticket-redaction · itflow-org/itflow@21dc26b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add ticket redaction feature #1158

Add ticket redaction feature

Add ticket redaction feature #1158

Workflow file for this run

name: PHPLint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check PHP syntax errors
uses: overtrue/phplint@9.4.1
0