Skip to content

Commit

Permalink
chore: intentional error, test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
patoui committed Nov 29, 2024
1 parent a2c4970 commit 6227e27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: "Duster Lint"
uses: tighten/duster-action@v3
with:
args: lint

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: Install ClickHouse
run: |
sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions src/ClickhouseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
class ClickhouseBuilder extends Builder
{
/**
* Retrieve the "count" result of the query.
*
* @param string $columns
Expand Down

0 comments on commit 6227e27

Please sign in to comment.