Skip to content

Bump laravel/pint from 1.25.1 to 1.26.0 #241

Bump laravel/pint from 1.25.1 to 1.26.0

Bump laravel/pint from 1.25.1 to 1.26.0 #241

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/ci.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
badge:
needs: ci
name: Generate Coverage Badge
uses: ./.github/workflows/badge.yml
with:
coverage: ${{ needs.ci.outputs.coverage }}