Skip to content

Commit

Permalink
pipline for pint.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Jul 18, 2024
1 parent a12d597 commit 1829a5e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/linting_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Linting Tests

on: [push, pull_request]

jobs:
linting_tests:
runs-on: ${{ matrix.operating-systems }}

strategy:
matrix:
operating-systems: [ubuntu-latest]
php-versions: ['8.1']

name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-systems }}

steps:
- uses: actions/checkout@v1
- name: Running Pint Test
uses: aglipanci/[email protected]
with:
testMode: true
verboseMode: true

0 comments on commit 1829a5e

Please sign in to comment.