Skip to content

Commit

Permalink
Create cpcs.yml
Browse files Browse the repository at this point in the history
This is an always passing action as the source for this plugin is monitored on the source.
  • Loading branch information
xxsimoxx authored Oct 18, 2024
1 parent 932ad11 commit 6b0e257
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cpcs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: ClassicPress Directory Coding Standard checks.
on: [pull_request]
jobs:
always-pass:
runs-on: ubuntu-latest
steps:
- run: exit 0

0 comments on commit 6b0e257

Please sign in to comment.