Skip to content

Commit

Permalink
fix: update versions and run on github runners instead
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Jan 10, 2024
1 parent 4ec649d commit 7c0258c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,18 @@ jobs:
php-code-styling:
if: "!contains(github.event.head_commit.message, '[ci skip]')"

runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: debug
run: |
ls -lah

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.4
uses: aglipanci/laravel-pint-action@2.5

- name: Commit changes
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: |
Expand Down

0 comments on commit 7c0258c

Please sign in to comment.