Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 25, 2024
1 parent e7973bf commit b6bead6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 102 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/composer-normalize.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/markdown-normalize.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pint

on:
push:
pull_request:

jobs:
phpcs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- run: composer install --no-interaction --no-scripts
- run: vendor/bin/pint --test
57 changes: 0 additions & 57 deletions .github/workflows/stale-issues.yml

This file was deleted.

0 comments on commit b6bead6

Please sign in to comment.