Skip to content

Commit

Permalink
Trying to get PHPCS to work again..
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrag committed Aug 26, 2024
1 parent 0f0817b commit 3b38f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: CI
on: [ push ]

jobs:
build-and-test:
phpcs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Composer install --dev
uses: php-actions/composer@v6
working_dir: modules/registrars/realtimeregister
working-directory: modules/registrars/realtimeregister

- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
Expand Down

0 comments on commit 3b38f9b

Please sign in to comment.