Skip to content

Commit

Permalink
Merge pull request #20 from ucan-lab/chore-pint-testing
Browse files Browse the repository at this point in the history
chore: pint testing
  • Loading branch information
ucan-lab authored Apr 5, 2024
2 parents aac8520 + 593fa46 commit 5b1d701
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/testing-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Testing Pull Request
on:
pull_request:
types: [synchronize, opened, reopened]
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist
- name: Laravel Pint Dry Run
run: ./vendor/bin/pint -v --test

0 comments on commit 5b1d701

Please sign in to comment.