Skip to content

Commit

Permalink
CI: Use release branch of lunr coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 16, 2023
1 parent 5c5e9f0 commit 2844585
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Codestyle checkout
uses: actions/checkout@v3
with:
repository: 'M2Mobi/lunr-coding-standard'

# Relative path under $GITHUB_WORKSPACE to place the repository
path: 'codestyle'

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -60,7 +52,8 @@ jobs:
- name: Codestyle checkout
uses: actions/checkout@v3
with:
repository: 'M2Mobi/lunr-coding-standard'
repository: 'lunr-php/lunr-coding-standard'
ref: 'release/0.7.x'

# Relative path under $GITHUB_WORKSPACE to place the repository
path: 'codestyle'
Expand Down

0 comments on commit 2844585

Please sign in to comment.