Skip to content

Commit 7eb46c9

Browse files
committed
chore pint GitHub Actions
1 parent d2f1e87 commit 7eb46c9

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/pint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Laravel Pint
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
php-cs-fixer:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
11+
- name: Install Dependencies
12+
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist --working-dir=tools/pint
13+
14+
- name: Laravel Pint Dry Run
15+
run: ./tools/pint/vendor/bin/pint -v --test

0 commit comments

Comments
 (0)