Skip to content

Commit

Permalink
Create cpcs.yml that always pass checks (#1)
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 93048cc
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 93048cc

Please sign in to comment.