Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
likeadeckofcards committed Apr 19, 2023
1 parent a27f58c commit fe457c7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 45 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Code Style"
on: [pull_request]

jobs:
code_style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: "Laravel Pint"
uses: aglipanci/[email protected]
with:
verboseMode: true
testMode: true
configPath: "./pint.json"
45 changes: 0 additions & 45 deletions .github/workflows/php.yml

This file was deleted.

0 comments on commit fe457c7

Please sign in to comment.