#3970 [Medias] add: title to describe buttons #466
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 | |
# | |
# |