Skip to content

#3407 [PP/FP] fix: fetch_lines for clone and DU send mail last document #259

#3407 [PP/FP] fix: fetch_lines for clone and DU send mail last document

#3407 [PP/FP] fix: fetch_lines for clone and DU send mail last document #259

Workflow file for this run

#name: 'Code sniffer'
#on:
# push:
# branches:
# - '*' # matches every branch that doesn't contain a '/'
# master:
# name: 'build'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0
#
# - name: Run docs
# run: cd shell/ci && ./phpcs.sh
#
#