We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc6652 commit abbdd34Copy full SHA for abbdd34
.github/workflows/verify-version.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
verify-version:
11
- name: Verify that plugin version matches SQLITE_DRIVER_VERSION constant
+ name: Assert the WordPress plugin header declares the same version as the SQLITE_DRIVER_VERSION constant
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
0 commit comments