diff --git a/.github/workflows/.styleci.yml b/.github/workflows/.styleci.yml deleted file mode 100644 index 7a669f9..0000000 --- a/.github/workflows/.styleci.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: "StyleCI" - -on: [push, pull_request] - -jobs: - Analyze: - runs-on: ubuntu-latest - steps: - - name: Checkout Repo - uses: actions/checkout@v2 - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: "8.0" - extensions: curl - - name: analyze code with StyleCI - uses: ghostwriter/styleci-action@main - with: - styleci_api_key: ${{ secrets.STYLECI_API_KEY }} diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000..5c2ec5c --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,2 @@ +presets: + - laravel