Create cpcs.yml that always pass checks #1
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: ClassicPress Directory Coding Standard checks. | |
on: [pull_request] | |
jobs: | |
always-pass: | |
runs-on: ubuntu-latest | |
steps: | |
- run: exit 0 |