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 }}"