From d242592708a152e1aef843706a8486981e6c3cbb Mon Sep 17 00:00:00 2001 From: abrudtkuhl Date: Thu, 3 Apr 2025 15:46:20 -0500 Subject: [PATCH] github actions --- .github/workflows/lint.yml | 11 +---------- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c3a441b..6a77881 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,13 +34,4 @@ jobs: npm install - name: Run Pint - run: vendor/bin/pint - - # - name: Commit Changes - # uses: stefanzweifel/git-auto-commit-action@v5 - # with: - # commit_message: fix code style - # commit_options: '--no-verify' - # file_pattern: | - # **/* - # !.github/workflows/* + run: vendor/bin/pint \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0cf2c68..c205159 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: cache: 'npm' - name: Install Node Dependencies - run: npm i + run: npm install - name: Add Flux Credentials Loaded From ENV run: composer config http-basic.composer.fluxui.dev "${{ secrets.FLUX_USERNAME }}" "${{ secrets.FLUX_LICENSE_KEY }}"